Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
This commit is contained in:
@@ -14,7 +14,7 @@ in fetchzip rec {
|
||||
sha256 = "05rgzag38qc77b31sm5i2vwwrxbrvwzfsqh3slv11skx36pz337f";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.marksimonson.com/fonts/view/anonymous-pro;
|
||||
homepage = https://www.marksimonson.com/fonts/view/anonymous-pro;
|
||||
description = "TrueType font set intended for source code";
|
||||
longDescription = ''
|
||||
Anonymous Pro (2009) is a family of four fixed-width fonts
|
||||
|
||||
@@ -15,7 +15,7 @@ in fetchzip rec {
|
||||
sha256 = "0w35jkvfnzn4clm3010wv13sil2yj6pxffx40apjp7yhh19c4sw7";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://be5invis.github.io/Iosevka/;
|
||||
homepage = https://be5invis.github.io/Iosevka/;
|
||||
downloadPage = "https://github.com/be5invis/Iosevka/releases";
|
||||
description = ''
|
||||
Slender monospace sans-serif and slab-serif typeface inspired by Pragmata
|
||||
|
||||
@@ -14,7 +14,7 @@ fetchzip rec {
|
||||
|
||||
meta = {
|
||||
description = "An arab fixed-width font";
|
||||
homepage = http://makkuk.com/kawkab-mono/;
|
||||
homepage = https://makkuk.com/kawkab-mono/;
|
||||
license = stdenv.lib.licenses.ofl;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ in fetchzip {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://opendyslexic.org/;
|
||||
description = "Font created to increase readability for readers with dyslexia";
|
||||
license = "Bitstream Vera License (http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
|
||||
license = "Bitstream Vera License (https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
|
||||
platforms = platforms.all;
|
||||
maintainers = [maintainers.rycee];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ fetchzip {
|
||||
Open Sans is a humanist sans serif typeface designed by Steve Matteson,
|
||||
Type Director of Ascender Corp.
|
||||
'';
|
||||
homepage = http://en.wikipedia.org/wiki/Open_Sans;
|
||||
homepage = https://en.wikipedia.org/wiki/Open_Sans;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -18,7 +18,7 @@ in fetchzip {
|
||||
description = "A set of monospaced OpenType fonts designed for coding environments";
|
||||
maintainers = with stdenv.lib.maintainers; [ relrod ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
homepage = http://blog.typekit.com/2012/09/24/source-code-pro/;
|
||||
homepage = https://blog.typekit.com/2012/09/24/source-code-pro/;
|
||||
license = stdenv.lib.licenses.ofl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user