Treewide: use https for src.fedoraproject.org

This commit is contained in:
c0bw3b
2018-11-24 23:53:27 +01:00
parent adea16b86c
commit dd3e576654
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Consolidate duplicate files via hardlinks";
homepage = https://pagure.io/hardlink;
repositories.git = http://src.fedoraproject.org/cgit/rpms/hardlink.git;
repositories.git = https://src.fedoraproject.org/cgit/rpms/hardlink.git;
license = licenses.gpl2Plus;
platforms = platforms.unix;
};