Treewide: use https for SourceForge

This commit is contained in:
c0bw3b
2018-11-24 19:58:03 +01:00
parent 88ce525e85
commit 0ea604ac1d
21 changed files with 27 additions and 27 deletions

View File

@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.lgpl21;
downloadPage = "http://sourceforge.net/projects/dssi/files/dssi/";
downloadPage = "https://sourceforge.net/projects/dssi/files/dssi/";
};
}