treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
to bring to life the video game used to determine the winner of Pierce
|
||||
Hawthorne's inheritance.
|
||||
'';
|
||||
homepage = http://www.reddit.com/r/hawkthorne;
|
||||
homepage = https://www.reddit.com/r/hawkthorne;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ campadrenalin ];
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user