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.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -377,7 +377,7 @@ when typing parentheses directly or commenting out code line by line.")
(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 @@ when typing parentheses directly or commenting out code line by line.")
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")