Archived
1
0
Fork 0

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 @@ shapes are arranged in a series of increasingly complex patterns, forming
becoming difficult enough to tax even the brightest of minds.") becoming difficult enough to tax even the brightest of minds.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public fillets-ng (define-public fish-fillets-ng
(package (package
(name "fillets-ng") (name "fish-fillets-ng")
(version "1.0.1") (version "1.0.1")
(source (origin (source (origin
(method url-fetch) (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.") fish. The whole game is accompanied by quiet, comforting music.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public fillets-ng
(deprecated-package "fillets-ng" fish-fillets-ng))
(define-public crawl (define-public crawl
(package (package
(name "crawl") (name "crawl")