Merge pull request #78265 from Synthetica9/https-homepages

treewide: fix redirected urls
This commit is contained in:
Silvan Mosberger
2020-01-27 15:00:53 +01:00
committed by GitHub
77 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "rsnapshot-1.4.3";
src = fetchurl {
url = "http://rsnapshot.org/downloads/${name}.tar.gz";
url = "https://rsnapshot.org/downloads/${name}.tar.gz";
sha256 = "1lavqmmsf53pim0nvming7fkng6p0nk2a51k2c2jdq0l7snpl31b";
};
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A filesystem snapshot utility for making backups of local and remote systems";
homepage = http://rsnapshot.org/;
homepage = https://rsnapshot.org/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux;
};