summary refs log tree commit diff
path: root/pkgs/data/fonts/google-fonts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-10 14:59:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-10 14:59:50 +0100
commitaea262f654ee22bba84b9b3b867c62ebb17adc6c (patch)
tree955736f4dc3338cab7ea88e9814c58e6d01cbb9b /pkgs/data/fonts/google-fonts
parent99f4f1d7ef0b6a2f1bab7daa51985da565c54f6a (diff)
downloadnixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.gz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.bz2
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.lz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.xz
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.tar.zst
nixpkgs-aea262f654ee22bba84b9b3b867c62ebb17adc6c.zip
Fix misspelled meta.maintainers attributes
Diffstat (limited to 'pkgs/data/fonts/google-fonts')
-rw-r--r--pkgs/data/fonts/google-fonts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/google-fonts/default.nix b/pkgs/data/fonts/google-fonts/default.nix
index 9f14f945e35..e4c655877c8 100644
--- a/pkgs/data/fonts/google-fonts/default.nix
+++ b/pkgs/data/fonts/google-fonts/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
     description = "Font files available from Google Font";
     license = with licenses; [ asl20 ofl ufl ];
     platforms = platforms.all;
-    maintainer = with maintainers; [ manveru ];
+    maintainers = with maintainers; [ manveru ];
   };
 }