Change many homepage urls from http to https #30636
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
|
||||
homepage = http://github.com/wmayner/pyemd;
|
||||
homepage = https://github.com/wmayner/pyemd;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user