1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: abbaye: Rename package to l-abbaye-des-morts.

* gnu/packages/games.scm (abbaye): Define in terms of
'deprecated-package'.
(l-abbaye-des-morts): New variable, formerly known as "abbaye".
This commit is contained in:
Pierre Neidhardt
2019-03-26 13:35:16 +01:00
parent c97e4d8bbe
commit c91ed484d0

View File

@@ -1188,9 +1188,9 @@ can be explored and changed freely.")
;; state "GNU General Public Licence" without specifying a version.
(license license:gpl1+)))
(define-public abbaye
(define-public l-abbaye-des-morts
(package
(name "abbaye")
(name "l-abbaye-des-morts")
(version "2.0.1")
(source
(origin
@@ -1242,6 +1242,9 @@ them, called Jean Raymond, found an old church in which to hide, not knowing
that beneath its ruins lay buried an ancient evil.")
(license license:gpl3)))
(define-public abbaye
(deprecated-package "abbaye" l-abbaye-des-morts))
(define-public angband
(package
(name "angband")