From f51eec4a39d7a38a030fd37e40834f1ca9b61e00 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Wed, 25 Sep 2024 00:55:46 -0700 Subject: [PATCH] Update helm-gtags.el --- helm-gtags.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-gtags.el b/helm-gtags.el index eb51032..89ec0bc 100644 --- a/helm-gtags.el +++ b/helm-gtags.el @@ -1,8 +1,10 @@ ;;; helm-gtags.el --- GNU GLOBAL helm interface -*- lexical-binding: t; -*- ;; Copyright (C) 2016 by Syohei YOSHIDA +;; Copyright (C) 2020-2024 Shen, Jen-Chieh ;; Author: Syohei YOSHIDA +;; Maintainer: Jen-Chieh Shen ;; URL: https://github.com/syohex/emacs-helm-gtags ;; Version: 1.5.7 ;; Package-Requires: ((emacs "24.4") (helm "2.0"))