1
Fork 0
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:
Nicolas Graves 2025-05-18 10:16:34 +02:00 committed by Liliana Marie Prikler
parent 96d1bd8281
commit e1d27239b8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")