mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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 @@ (define-public chroma
|
||||||
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 @@ (define-public fillets-ng
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue