python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pivy.coin3d.org/;
|
||||
homepage = https://github.com/coin3d/pivy/;
|
||||
description = "A Python binding for Coin";
|
||||
license = licenses.bsd0;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
|
||||
Reference in New Issue
Block a user