diff options
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index a2ee5e8..d7d3e73 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; URL: https://github.com/bbatsov/projectile ;; Keywords: project, convenience -;; Version: 1.0.0-snapshot +;; Version: 1.0.0 ;; Package-Requires: ((emacs "25.1") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. @@ -71,7 +71,7 @@ "Manage and navigate projects easily." :group 'tools :group 'convenience - :link '(url-link :tag "Github" "https://github.com/bbatsov/projectile") + :link '(url-link :tag "GitHub" "https://github.com/bbatsov/projectile") :link '(url-link :tag "Online Manual" "https://projectile.readthedocs.io/") :link '(emacs-commentary-link :tag "Commentary" "projectile")) |
