90secondportraits: change license to zlib cc-by-sa-40 cc-by-sa-30 x11
found at https://github.com/SimonLarsen/90-Second-Portraits/blob/master/LICENSE.txt and https://github.com/SimonLarsen/90-Second-Portraits/blob/master/slam.lua#L1-L25
This commit is contained in:
parent
2bd2347470
commit
647e3983cd
@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
|
||||
mainProgram = "90secondportraits";
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.free;
|
||||
license = with licenses; [ zlib cc-by-sa-40 cc-by-sa-30 /* vendored */ x11 mit ];
|
||||
downloadPage = "http://tangramgames.dk/games/90secondportraits";
|
||||
};
|
||||
|
||||
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/usnistgov/SP800-90B_EntropyAssessment";
|
||||
description = "Implementation of min-entropy assessment methods included in Special Publication 800-90B";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.free; #this software uses the NIST software license
|
||||
license = lib.licenses.nistSoftware;
|
||||
maintainers = with lib.maintainers; [ orichter thillux ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user