From 5961f211f3bcc28f878975489690013ee3e18be6 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 10 Jan 2020 12:17:37 -0800 Subject: python.pkgs wide: fix problematic urls --- pkgs/development/python-modules/pathos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/pathos/default.nix') diff --git a/pkgs/development/python-modules/pathos/default.nix b/pkgs/development/python-modules/pathos/default.nix index b121176c31b..e575aa333eb 100644 --- a/pkgs/development/python-modules/pathos/default.nix +++ b/pkgs/development/python-modules/pathos/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Parallel graph management and execution in heterogeneous computing"; - homepage = http://www.cacr.caltech.edu/~mmckerns/pathos.htm; + homepage = https://github.com/uqfoundation/pathos/; license = licenses.bsd3; }; -- cgit 1.4.1