Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
This commit is contained in:
@@ -17,7 +17,7 @@ in fetchzip {
|
||||
sha256 = "0x0r07nax68cmz7490x2crzzgdg4j8fg63wppcmjqm0230bggq2z";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://damieng.com/blog/tag/envy-code-r;
|
||||
homepage = https://damieng.com/blog/tag/envy-code-r;
|
||||
description = "Free scalable coding font by DamienG";
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.lyt ];
|
||||
|
||||
@@ -5,7 +5,7 @@ let
|
||||
in
|
||||
fetchzip {
|
||||
name = "ultimate-oldschool-pc-font-pack-${version}";
|
||||
url = "http://int10h.org/oldschool-pc-fonts/download/ultimate_oldschool_pc_font_pack_v${version}.zip";
|
||||
url = "https://int10h.org/oldschool-pc-fonts/download/ultimate_oldschool_pc_font_pack_v${version}.zip";
|
||||
sha256 = "0hid4dgqfy2w26734vcw2rxmpacd9vd1r2qpdr9ww1n3kgc92k9y";
|
||||
|
||||
postFetch= ''
|
||||
@@ -15,7 +15,7 @@ fetchzip {
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Ultimate Oldschool PC Font Pack (TTF Fonts)";
|
||||
homepage = "http://int10h.org/oldschool-pc-fonts/";
|
||||
homepage = "https://int10h.org/oldschool-pc-fonts/";
|
||||
license = licenses.cc-by-sa-40;
|
||||
maintainers = [ maintainers.endgame ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user