about summary refs log tree commit diff
path: root/pkgs/games/otto-matic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/otto-matic/default.nix')
-rw-r--r--pkgs/games/otto-matic/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/otto-matic/default.nix b/pkgs/games/otto-matic/default.nix
index 2257b50e0c8d6..7523f2070e9a9 100644
--- a/pkgs/games/otto-matic/default.nix
+++ b/pkgs/games/otto-matic/default.nix
@@ -35,9 +35,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A port of Otto Matic, a 2001 Macintosh game by Pangea Software, for modern operating systems";
     homepage = "https://github.com/jorio/OttoMatic";
-    license = with licenses; [
-      cc-by-sa-40
-    ];
+    license = licenses.cc-by-sa-40;
     maintainers = with maintainers; [ lux ];
     platforms = platforms.linux;
   };