summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-10-31 23:55:40 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-10-31 23:55:40 +0100
commit70802fde666e5f6b8f274ec176e402089d62d618 (patch)
treeeac8643061045796003377f55c05e498876e4676 /gnu/packages
parent7cbd32d2fcc00b3300e0950ff6b2c8291dcaa723 (diff)
downloadguix-70802fde666e5f6b8f274ec176e402089d62d618.tar.gz
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.
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")