license on one line for pangea games
This commit is contained in:
parent
cb76df1dab
commit
7f7626fd75
@ -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;
|
||||
};
|
||||
|
@ -47,9 +47,7 @@ stdenv.mkDerivation rec {
|
||||
Is a continuation of the original Nanosaur storyline, only this time you get to fly a pterodactyl who’s 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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user