gnu: paredit: Rename to 'emacs-paredit'.

* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit".
(paredit/old-name): New variable.
This commit is contained in:
Ludovic Courtès 2016-09-06 23:19:45 +02:00
parent 01afdab89c
commit 967cfd18f6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -320,7 +320,7 @@ metadata.")
(define-public paredit
(package
(name "paredit")
(name "emacs-paredit")
(version "24")
(source (origin
(method url-fetch)
@ -364,6 +364,9 @@ for those who may want transient periods of unbalanced parentheses, such as
when typing parentheses directly or commenting out code line by line.")
(license license:gpl3+)))
(define-public paredit/old-name
(deprecated-package "paredit" paredit))
(define-public git-modes
(package
(name "git-modes")