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

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