Treewide: use HTTPS on SourceForge

This commit is contained in:
c0bw3b
2018-12-01 19:49:28 +01:00
parent a04a512f34
commit 0f868d8116
28 changed files with 31 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ buildPythonPackage rec {
pname = "mmpython";
src = fetchurl {
url = http://sourceforge.net/projects/mmpython/files/latest/download;
url = https://sourceforge.net/projects/mmpython/files/latest/download;
sha256 = "1b7qfad3shgakj37gcj1b9h78j1hxlz6wp9k7h76pb4sq4bfyihy";
name = "${pname}-${version}.tar.gz";
};