python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Quantities is designed to handle arithmetic and";
|
||||
homepage = http://python-quantities.readthedocs.io/;
|
||||
homepage = https://python-quantities.readthedocs.io/;
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user