python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Utilities for filesystem exploration and automated builds";
|
||||
license = licenses.bsd3;
|
||||
homepage = http://www.cacr.caltech.edu/~mmckerns/pox.htm;
|
||||
homepage = https://github.com/uqfoundation/pox/;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user