diff options
| author | c0bw3b <c0bw3b@users.noreply.github.com> | 2018-12-01 19:49:28 +0100 |
|---|---|---|
| committer | c0bw3b <c0bw3b@users.noreply.github.com> | 2018-12-02 15:33:08 +0100 |
| commit | 0f868d8116e0d0922d2ab0a2df109e985472f0bf (patch) | |
| tree | a023094f43f6c9fcf00cd47639f676f97add3167 /pkgs/development/python-modules/mmpython | |
| parent | a04a512f343ccdb50068f61954f50ae9ad701460 (diff) | |
Treewide: use HTTPS on SourceForge
Diffstat (limited to 'pkgs/development/python-modules/mmpython')
| -rw-r--r-- | pkgs/development/python-modules/mmpython/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mmpython/default.nix b/pkgs/development/python-modules/mmpython/default.nix index c35b2e35cfb8..0a41b6e3c87d 100644 --- a/pkgs/development/python-modules/mmpython/default.nix +++ b/pkgs/development/python-modules/mmpython/default.nix @@ -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"; }; |
