mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: emacs-magit-org-todos-el: Rename to emacs-magit-org-todos.
* gnu/packages/emacs-xyz.scm (emacs-magit-org-todos-el): Define in terms of 'deprecated-package'. (emacs-magit-org-todos): New variable, formerly known as "emacs-magit-org-todos-el". Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
96d1bd8281
commit
e1d27239b8
1 changed files with 5 additions and 2 deletions
|
@ -28965,9 +28965,9 @@ which makes it possible to conduct Gerrit code reviews directly from within
|
|||
Emacs.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-magit-org-todos-el
|
||||
(define-public emacs-magit-org-todos
|
||||
(package
|
||||
(name "emacs-magit-org-todos-el")
|
||||
(name "emacs-magit-org-todos")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
|
@ -28992,6 +28992,9 @@ repository, @code{magit-org-todos} will create a section in your Magit status
|
|||
buffer with each of your todos.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-deprecated/public emacs-magit-org-todos-el emacs-magit-org-todos
|
||||
(deprecated-package "emacs-magit-org-todos-el" emacs-magit-org-todos))
|
||||
|
||||
(define-public emacs-vcsh
|
||||
(package
|
||||
(name "emacs-vcsh")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue