pythonPackages.paramz: fix URL

This commit is contained in:
Ben Darwin 2017-08-11 23:01:10 -04:00
parent 59fa868b01
commit aa7627310c

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 ];
};