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:
@@ -69,6 +69,6 @@ in stdenv.mkDerivation rec {
|
||||
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
license = licenses.unfree;
|
||||
homepage = http://www.displaylink.com/;
|
||||
homepage = https://www.displaylink.com/;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user