gnu: git-modes: Rename to 'emacs-git-modes'.

* gnu/packages/emacs.scm (git-modes)[name]: Change to "emacs-git-modes".
(git-modes/old-name): New variable.
This commit is contained in:
Alex Kost 2017-12-05 23:27:23 +03:00
parent 0f4ab4a59f
commit 6d21272b22
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -377,7 +377,7 @@ (define-public paredit/old-name
(define-public git-modes
(package
(name "git-modes")
(name "emacs-git-modes")
(version "1.2.6")
(source (origin
(method url-fetch)
@ -396,6 +396,9 @@ (define-public git-modes
configuration files, such as .gitattributes, .gitignore, and .git/config.")
(license license:gpl3+)))
(define-public git-modes/old-name
(deprecated-package "git-modes" git-modes))
(define-public emacs-with-editor
(package
(name "emacs-with-editor")