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

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = http://sourceforge.net/projects/mjpg-streamer/;
description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
platforms = platforms.linux;
licenses = licenses.gpl2;
license = licenses.gpl2;
};
}

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation {
homepage = "http://corefonts.sourceforge.net/";
description = "Microsoft's TrueType core fonts for the Web";
platforms = platforms.all;
licenses = licenses.unfreeRedistributable;
license = licenses.unfreeRedistributable;
# Set a non-zero priority to allow easy overriding of the
# fontconfig configuration files.
priority = 5;

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