summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 30ddf4d9c1..0b706d3b97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27469,9 +27469,9 @@ invoked.")
(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 @@ invoked.")
(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")