summaryrefslogtreecommitdiffstats
path: root/pkgs/games/fish-fillets-ng
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
commit82cb33a0ae1a9128141709729b30784e821f0820 (patch)
treeb042e15d738b1df852c14c01cf00fefd1f541f01 /pkgs/games/fish-fillets-ng
parentb59c06dc92f8d03660eb4155754d93a6c34cda83 (diff)
treewide: remove meta.version
Diffstat (limited to 'pkgs/games/fish-fillets-ng')
-rw-r--r--pkgs/games/fish-fillets-ng/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/games/fish-fillets-ng/default.nix b/pkgs/games/fish-fillets-ng/default.nix
index aa93633906fc..5ddad7fda4c9 100644
--- a/pkgs/games/fish-fillets-ng/default.nix
+++ b/pkgs/games/fish-fillets-ng/default.nix
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
- inherit version;
description = "A puzzle game";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ raskin ];