summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
committerNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
commitbd1b236f7c72260b3b74244c9998ecd6b204ae8b (patch)
treee5d352ce751fd71c48778d0a08843c5078398b9f /pkgs/data
parentffb1e8506b662f86c4a7b1d071fa5162be22c753 (diff)
downloadnixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.gz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.bz2
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.lz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.xz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.zst
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.zip
fix 'licenses' -> 'license' in several places
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/corefonts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/corefonts/default.nix b/pkgs/data/fonts/corefonts/default.nix
index a1ec6ef3003..9bc04182264 100644
--- a/pkgs/data/fonts/corefonts/default.nix
+++ b/pkgs/data/fonts/corefonts/default.nix
@@ -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;