summary refs log tree commit diff
path: root/pkgs/data/fonts/kochi-substitute-naga10
diff options
context:
space:
mode:
authorJonathan Glines <auntieNeo@gmail.com>2014-06-12 21:38:37 -0600
committerJonathan Glines <auntieNeo@gmail.com>2014-06-12 21:39:17 -0600
commitfad3494f072ffb766a5b65d7ee80e3e17fce327f (patch)
tree55362f1754d60d5cc8266a2731d66d6978fb7353 /pkgs/data/fonts/kochi-substitute-naga10
parent9c5e28e6eb83c001afcd112ea33db1cc8a6a8bee (diff)
downloadnixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar.gz
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar.bz2
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar.lz
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar.xz
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.tar.zst
nixpkgs-fad3494f072ffb766a5b65d7ee80e3e17fce327f.zip
Changed kochi-substitute-naga10 to unfreeRedistributable.
Diffstat (limited to 'pkgs/data/fonts/kochi-substitute-naga10')
-rw-r--r--pkgs/data/fonts/kochi-substitute-naga10/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/data/fonts/kochi-substitute-naga10/default.nix b/pkgs/data/fonts/kochi-substitute-naga10/default.nix
index 30a56f950f9..98ab8a3bcac 100644
--- a/pkgs/data/fonts/kochi-substitute-naga10/default.nix
+++ b/pkgs/data/fonts/kochi-substitute-naga10/default.nix
@@ -18,11 +18,8 @@ stdenv.mkDerivation {
     cp ./kochi-mincho-subst.ttf $out/share/fonts/truetype/kochi-mincho-subst-naga10.ttf
   '';
 
-  unfreeRedistributable = "unfree-redistributable";
-
   meta = {
     description = "Japanese font, non-free replacement for MS Gothic and MS Mincho.";
-    homepage = http://sourceforge.jp/projects/efont/;
     longDescription = ''
       Kochi Gothic and Kochi Mincho were developed as free replacements for the
       MS Gothic and MS Mincho fonts from Microsoft. This version of the fonts
@@ -30,7 +27,8 @@ stdenv.mkDerivation {
       this font may not be sold commercially. See kochi-substitute for the free
       Debian version.
     '';
-    license = stdenv.lib.licenses.unfree;
+    homepage = http://sourceforge.jp/projects/efont/;
+    license = stdenv.lib.licenses.unfreeRedistributable;
     maintainers = [ stdenv.lib.maintainers.auntie ];
   };
 }