gnu: edgar: Rename package to the-legend-of-edgar.

* gnu/packages/games.scm (edgar): Define in terms of
'deprecated-package'.
(the-legend-of-edgar): New variable, formerly known as "edgar".
master
Pierre Neidhardt 2019-03-26 13:43:47 +01:00
parent b1aee9fce2
commit f95e33a7ad
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 5 additions and 2 deletions

View File

@ -6428,9 +6428,9 @@ as a unique casting system where the player draws runes in real time to effect
the desired spell.")
(license license:gpl3+)))
(define-public edgar
(define-public the-legend-of-edgar
(package
(name "edgar")
(name "the-legend-of-edgar")
(version "1.30")
(source
(origin
@ -6474,3 +6474,6 @@ Edgar fears the worst: he has been captured by the evil sorcerer who lives in
a fortress beyond the forbidden swamp.")
(home-page "https://www.parallelrealities.co.uk/games/edgar/")
(license license:gpl2+)))
(define-public edgar
(deprecated-package "edgar" the-legend-of-edgar))