summary refs log tree commit diff
path: root/pkgs/data/fonts/source-han-sans
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-04-06 13:48:00 -0400
committerGitHub <noreply@github.com>2017-04-06 13:48:00 -0400
commit4984e7e0534c5f6c782a9914ddc47916f828de41 (patch)
treeab9e02a30bfcb42929bbf0478591761b5bf860ba /pkgs/data/fonts/source-han-sans
parent365e8a7b6a39a442bf07796a0541b76331e2ede4 (diff)
parent2994f14edbf084f7dcba97a972275d31d40afc58 (diff)
downloadnixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar.gz
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar.bz2
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar.lz
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar.xz
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.tar.zst
nixpkgs-4984e7e0534c5f6c782a9914ddc47916f828de41.zip
Merge pull request #24624 from taku0/source-han-serif
add Source Han Serif font
Diffstat (limited to 'pkgs/data/fonts/source-han-sans')
-rw-r--r--pkgs/data/fonts/source-han-sans/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/data/fonts/source-han-sans/default.nix b/pkgs/data/fonts/source-han-sans/default.nix
index bcfa082fb57..240f0ff5d29 100644
--- a/pkgs/data/fonts/source-han-sans/default.nix
+++ b/pkgs/data/fonts/source-han-sans/default.nix
@@ -23,10 +23,11 @@ let
     '';
 
     meta = {
-      description = "${language} subset of an open source Pan-CJK typeface";
+      description = "${language} subset of an open source Pan-CJK sans-serif typeface";
       homepage = https://github.com/adobe-fonts/source-han-sans;
       license = stdenv.lib.licenses.ofl;
       platforms = stdenv.lib.platforms.unix;
+      maintainers = with stdenv.lib.maintainers; [ taku0 ];
     };
   };
 in