Treewide: use https for repo.or.cz

This commit is contained in:
c0bw3b
2018-11-24 19:56:51 +01:00
parent 56cad36f75
commit 88ce525e85
6 changed files with 11 additions and 11 deletions
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = {
description = "Import svn, mercurial into git";
homepage = http://repo.or.cz/w/fast-export.git;
homepage = https://repo.or.cz/w/fast-export.git;
license = licenses.gpl2;
maintainers = [ maintainers.koral ];
platforms = stdenv.lib.platforms.unix;