From 44b932316be23606cbb968c7e66c637500dff8d2 Mon Sep 17 00:00:00 2001 From: c74d <8573dd@gmail.com> Date: Sat, 29 Oct 2016 19:58:39 +0000 Subject: [PATCH] google-fonts: Fix typos in homepage, description In the `meta`data for the `google-fonts` package -- - the `homepage` field was set to the URL , which would appear to be a misspelt version of , which now redirects to . - the `description` field referred to Google Fonts as "Google Font". This patch corrects these errors, and updates the `homepage` URL. --- pkgs/data/fonts/google-fonts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/fonts/google-fonts/default.nix b/pkgs/data/fonts/google-fonts/default.nix index 62e99079d17..ee637f880ad 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 = [];