diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-03-26 13:39:57 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-03-26 13:44:00 +0100 |
commit | 8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53 (patch) | |
tree | d7a41af50d0474e7c35dd37b61c7977890c7a1e6 /gnu/packages/games.scm | |
parent | 6639295f2f24ca8334d6b4d9d9cb63bd13388537 (diff) |
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".
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 045b744ac8..6b40ac68cf 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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") |