gnu: emacs-prodigy-el: Rename to EMACS-PRODIGY.

* gnu/packages/emacs-xyz.scm (emacs-prodigy): Renamed from EMACS-PRODIGY-EL.
(emacs-prodigy-el): Deprecate package.
This commit is contained in:
Nicolas Goaziou 2022-10-31 23:55:40 +01:00
parent 7cbd32d2fc
commit 70802fde66
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27469,9 +27469,9 @@ (define-public emacs-ert-async
(description "This package allows ERT to work with asynchronous tests.")
(license license:gpl3+)))
(define-public emacs-prodigy-el
(define-public emacs-prodigy
(package
(name "emacs-prodigy-el")
(name "emacs-prodigy")
(version "1.0.0")
(source
(origin
@ -27493,6 +27493,9 @@ (define-public emacs-prodigy-el
(description "This package provides a GUI for defining and monitoring services.")
(license license:gpl3+)))
(define-public emacs-prodigy-el
(deprecated-package "emacs-prodigy-el" emacs-prodigy))
(define-public emacs-web-server
(package
(name "emacs-web-server")