license on one line for pangea games

This commit is contained in:
Lux 2022-12-27 04:37:57 +01:00
parent cb76df1dab
commit 7f7626fd75
3 changed files with 3 additions and 9 deletions

View File

@ -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;
};

View File

@ -47,9 +47,7 @@ stdenv.mkDerivation rec {
Is a continuation of the original Nanosaur storyline, only this time you get to fly a pterodactyl whos loaded with hi-tech weaponry.
'';
homepage = "https://github.com/jorio/Nanosaur2";
license = with licenses; [
cc-by-sa-40
];
license = licenses.cc-by-sa-40;
maintainers = with maintainers; [ lux ];
platforms = platforms.linux;
};

View File

@ -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;
};