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:
parent
750af04bad
commit
44b932316b
@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.google.com/fontsl;
|
homepage = https://fonts.google.com;
|
||||||
description = "Font files available from Google Font";
|
description = "Font files available from Google Fonts";
|
||||||
license = with licenses; [ asl20 ofl ufl ];
|
license = with licenses; [ asl20 ofl ufl ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user