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:
parent
0f4ab4a59f
commit
6d21272b22
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue