treewide: http -> https (#42665)
This commit is contained in:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pythonhosted.org/uncertainties/;
|
||||
homepage = https://pythonhosted.org/uncertainties/;
|
||||
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user