summary refs log tree commit diff
path: root/pkgs/development/python-modules/paramz
diff options
context:
space:
mode:
authorBen Darwin <ben@ramanujan>2017-08-11 23:01:10 -0400
committerBen Darwin <ben@ramanujan>2017-08-11 23:01:10 -0400
commitaa7627310cef0c4201d45f9dc22a34effa23c0b3 (patch)
treeb984b928bb10107f292c75e59020fe03e3e5babb /pkgs/development/python-modules/paramz
parent59fa868b01c6f22b9072508cebbecdc4930034e5 (diff)
downloadnixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar.gz
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar.bz2
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar.lz
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar.xz
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.tar.zst
nixlib-aa7627310cef0c4201d45f9dc22a34effa23c0b3.zip
pythonPackages.paramz: fix URL
Diffstat (limited to 'pkgs/development/python-modules/paramz')
-rw-r--r--pkgs/development/python-modules/paramz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/paramz/default.nix b/pkgs/development/python-modules/paramz/default.nix
index 97d4d6de4041..5137485a58fd 100644
--- a/pkgs/development/python-modules/paramz/default.nix
+++ b/pkgs/development/python-modules/paramz/default.nix
@@ -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 ];
   };