treewide: fix redirect URLs

This commit is contained in:
Ryan Mulligan
2019-07-10 12:52:51 -07:00
parent 42559f1cf1
commit 508ae42a0f
39 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ossec-client-2.6";
src = fetchurl {
url = http://www.ossec.net/files/ossec-hids-2.6.tar.gz;
url = https://www.ossec.net/files/ossec-hids-2.6.tar.gz;
sha256 = "0k1b59wdv9h50gbyy88qw3cnpdm8hv0nrl0znm92h9a11i5b39ip";
};