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
|
@ -377,7 +377,7 @@ when typing parentheses directly or commenting out code line by line.")
|
||||||
|
|
||||||
(define-public git-modes
|
(define-public git-modes
|
||||||
(package
|
(package
|
||||||
(name "git-modes")
|
(name "emacs-git-modes")
|
||||||
(version "1.2.6")
|
(version "1.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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.")
|
configuration files, such as .gitattributes, .gitignore, and .git/config.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public git-modes/old-name
|
||||||
|
(deprecated-package "git-modes" git-modes))
|
||||||
|
|
||||||
(define-public emacs-with-editor
|
(define-public emacs-with-editor
|
||||||
(package
|
(package
|
||||||
(name "emacs-with-editor")
|
(name "emacs-with-editor")
|
||||||
|
|
Loading…
Reference in New Issue