Merge pull request #28176 from bcdarwin/fix-paramz-link

pythonPackages.paramz: fix URL
This commit is contained in:
Frederik Rietdijk
2017-08-12 07:58:30 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Parameterization framework for parameterized model creation and handling";
homepage = https://github.com/sodz/paramz;
homepage = https://github.com/sods/paramz;
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
};