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-lice-el: Rename package to emacs-lice.

* gnu/packages/emacs-xyz.scm (emacs-lice-el): Define in terms of
'deprecated-package'.
(emacs-lice): New variable, formerly known as "emacs-lice-el".

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:35 +02:00 committed by Liliana Marie Prikler
parent e1d27239b8
commit 0703525e9c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -29040,9 +29040,9 @@ Magit.")
"The Fantastic File Finder for Emacs. Find files fast, using helm.")
(license license:gpl3+)))
(define-public emacs-lice-el
(define-public emacs-lice
(package
(name "emacs-lice-el")
(name "emacs-lice")
(version "0.3")
(source (origin
(method git-fetch)
@ -29074,6 +29074,9 @@ Magit.")
@end itemize\n")
(license license:gpl3+)))
(define-deprecated/public emacs-lice-el emacs-lice
(deprecated-package "emacs-lice-el" emacs-lice))
(define-public emacs-academic-phrases
(let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
(package