about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorc74d <8573dd@gmail.com>2016-10-29 19:58:39 +0000
committerc74d <8573dd@gmail.com>2016-10-29 19:59:59 +0000
commit44b932316be23606cbb968c7e66c637500dff8d2 (patch)
tree6e3b28886d9572ecf9b8b8cfb7dee5a5a0fa00ab /pkgs/data
parent750af04badf015dfd1d9b2ec181e959b49927a42 (diff)
google-fonts: Fix typos in homepage, description
In the `meta`data for the `google-fonts` package --

  - the `homepage` field was set to the URL
    <https://www.google.com/fontsl>, which would appear to be a
    misspelt version of <https://www.google.com/fonts>, which now
    redirects to <https://fonts.google.com>.

  - the `description` field referred to Google Fonts as "Google Font".

This patch corrects these errors, and updates the `homepage` URL.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/google-fonts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/google-fonts/default.nix b/pkgs/data/fonts/google-fonts/default.nix
index 62e99079d177e..ee637f880adf0 100644
--- a/pkgs/data/fonts/google-fonts/default.nix
+++ b/pkgs/data/fonts/google-fonts/default.nix
@@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.google.com/fontsl;
-    description = "Font files available from Google Font";
+    homepage = https://fonts.google.com;
+    description = "Font files available from Google Fonts";
     license = with licenses; [ asl20 ofl ufl ];
     platforms = platforms.all;
     hydraPlatforms = [];