python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user