Merge pull request #28176 from bcdarwin/fix-paramz-link
pythonPackages.paramz: fix URL
This commit is contained in:
commit
9b6aaa3412
@ -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
Block a user