1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

python-bugzilla: replace broken meta.homepage link

This commit is contained in:
Peter Simons 2019-07-04 13:34:54 +02:00
parent ddfe184efc
commit bfcbcfde97

View file

@ -21,10 +21,10 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://fedorahosted.org/python-bugzilla/;
homepage = https://github.com/python-bugzilla/python-bugzilla;
description = "Bugzilla XMLRPC access module";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ pierron ];
maintainers = with maintainers; [ pierron peti ];
};
}