fix 'licenses' -> 'license' in several places

This commit is contained in:
Nikolay Amiantov
2016-06-07 04:57:21 +03:00
parent ffb1e8506b
commit bd1b236f7c
3 changed files with 3 additions and 3 deletions

View File

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