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:
parent
ddfe184efc
commit
bfcbcfde97
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue