Skip to content

Commit be9f5ff

Browse files
committed
Improve metadata to match package conventions
- Tidy up headers. - Use meaningful keywords. "The name of this field is unfortunate, since people often assume it is the place to write arbitrary keywords that describe their package, rather than just the relevant Finder keywords." -- https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html - Add Homepage. - Fix "ends here" footer format.
1 parent 2e57045 commit be9f5ff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gist.el

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
;;; gist.el --- Emacs integration for gist.github.com
22

33
;; Author: Yann Hodique <[email protected]>
4-
;; Original author: Christian Neukirchen <purl.org/net/chneukirchen>
5-
;; Contributors:
6-
;; Chris Wanstrath <[email protected]>
7-
;; Will Farrington <[email protected]>
8-
;; Michael Ivey
9-
;; Phil Hagelberg
10-
;; Dan McKinley
4+
;; Original Author: Christian Neukirchen <[email protected]>
5+
;; Contributors: Chris Wanstrath <[email protected]>
6+
;; Will Farrington <[email protected]>
7+
;; Michael Ivey
8+
;; Phil Hagelberg
9+
;; Dan McKinley
1110
;; Version: 1.2.1
12-
;; Keywords: gist git github paste pastie pastebin
1311
;; Package-Requires: ((emacs "24.1") (gh "0.8.1"))
12+
;; Keywords: tools
13+
;; Homepage: https://github.com/defunkt/gist.el
1414

1515
;; This file is NOT part of GNU Emacs.
1616

@@ -571,4 +571,4 @@ put it into `kill-ring'."
571571
(define-key dired-mode-map "@" 'dired-do-gist)
572572

573573
(provide 'gist)
574-
;;; gist.el ends here.
574+
;;; gist.el ends here

0 commit comments

Comments
 (0)