about summary refs log tree commit diff
path: root/pkgs/games/nanosaur
diff options
context:
space:
mode:
authorLux <lux@lux.name>2022-12-27 04:37:57 +0100
committerLux <lux@lux.name>2022-12-27 10:25:44 +0100
commit7f7626fd759b95a5c010b0f49ca1e0f09a5111fd (patch)
tree288e50bdcb9d1c7bb2b0a6cf00e43640636b892a /pkgs/games/nanosaur
parentcb76df1dab8efcc3746e5396133694d2ccab00d3 (diff)
license on one line for pangea games
Diffstat (limited to 'pkgs/games/nanosaur')
-rw-r--r--pkgs/games/nanosaur/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/nanosaur/default.nix b/pkgs/games/nanosaur/default.nix
index 4b25092752698..a841451db97ce 100644
--- a/pkgs/games/nanosaur/default.nix
+++ b/pkgs/games/nanosaur/default.nix
@@ -38,9 +38,7 @@ stdenv.mkDerivation rec {
       And you get to shoot at T-Rexes with nukes.
     '';
     homepage = "https://github.com/jorio/Nanosaur";
-    license = with licenses; [
-      cc-by-sa-40
-    ];
+    license = licenses.cc-by-sa-40;
     maintainers = with maintainers; [ lux ];
     platforms = platforms.linux;
   };