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:
parent
6639295f2f
commit
8b6e2bc15f
1 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue