treewide: http -> https sources (#42676)
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "dbus-java-2.7";
|
||||
src = fetchurl {
|
||||
url = http://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz;
|
||||
url = https://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz;
|
||||
sha256 = "0cyaxd8x6sxmi6pklkkx45j311a6w51fxl4jc5j3inc4cailwh5y";
|
||||
};
|
||||
JAVA_HOME=jdk;
|
||||
|
||||
Reference in New Issue
Block a user