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".
master
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
1 changed files with 5 additions and 2 deletions

View File

@ -4364,9 +4364,9 @@ shapes are arranged in a series of increasingly complex patterns, forming
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 @@ underwater realm quarrel among themselves or comment on the efforts of your
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")