gnu: fillets-ng: Rename package to fish-fillets-ng.

* gnu/packages/games.scm (fillets-ng): Define in terms of
'deprecated-package'.
(fish-fillets-ng): New variable, formerly known as "fillets-ng".
This commit is contained in:
Pierre Neidhardt 2019-03-26 13:39:57 +01:00
parent 6639295f2f
commit 8b6e2bc15f
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -4364,9 +4364,9 @@ (define-public chroma
becoming difficult enough to tax even the brightest of minds.")
(license license:gpl2+)))
(define-public fillets-ng
(define-public fish-fillets-ng
(package
(name "fillets-ng")
(name "fish-fillets-ng")
(version "1.0.1")
(source (origin
(method url-fetch)
@ -4433,6 +4433,9 @@ (define-public fillets-ng
fish. The whole game is accompanied by quiet, comforting music.")
(license license:gpl2+)))
(define-public fillets-ng
(deprecated-package "fillets-ng" fish-fillets-ng))
(define-public crawl
(package
(name "crawl")