Skip to content

Commit 7734d60

Browse files
committed
Merge pull request #71 from camdez/metadata
Improve metadata to match package conventions
2 parents 65db1c2 + be9f5ff commit 7734d60

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gist.el

+9-9
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

@@ -580,4 +580,4 @@ put it into `kill-ring'."
580580
(define-key dired-mode-map "@" 'dired-do-gist)
581581

582582
(provide 'gist)
583-
;;; gist.el ends here.
583+
;;; gist.el ends here

0 commit comments

Comments
 (0)