pythonPackages.paramz: fix URL
This commit is contained in:
parent
59fa868b01
commit
aa7627310c
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Parameterization framework for parameterized model creation and handling";
|
description = "Parameterization framework for parameterized model creation and handling";
|
||||||
homepage = https://github.com/sodz/paramz;
|
homepage = https://github.com/sods/paramz;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue