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.
This commit is contained in:
c74d 2016-10-29 19:58:39 +00:00
parent 750af04bad
commit 44b932316b

View File

@ -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 = [];