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:
parent
c97e4d8bbe
commit
c91ed484d0
|
@ -1188,9 +1188,9 @@ can be explored and changed freely.")
|
||||||
;; state "GNU General Public Licence" without specifying a version.
|
;; state "GNU General Public Licence" without specifying a version.
|
||||||
(license license:gpl1+)))
|
(license license:gpl1+)))
|
||||||
|
|
||||||
(define-public abbaye
|
(define-public l-abbaye-des-morts
|
||||||
(package
|
(package
|
||||||
(name "abbaye")
|
(name "l-abbaye-des-morts")
|
||||||
(version "2.0.1")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(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.")
|
that beneath its ruins lay buried an ancient evil.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public abbaye
|
||||||
|
(deprecated-package "abbaye" l-abbaye-des-morts))
|
||||||
|
|
||||||
(define-public angband
|
(define-public angband
|
||||||
(package
|
(package
|
||||||
(name "angband")
|
(name "angband")
|
||||||
|
|
Loading…
Reference in New Issue