fix 'licenses' -> 'license' in several places
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
description = "Ease the analysis of existing memory management techniques, as well as the prototyping of new memory management techniques.";
|
||||
homepage = "https://github.com/GarCoSim";
|
||||
maintainers = [ maintainers.cmcdragonkai ];
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user