mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://fedorahosted.org/python-bugzilla/;
|
homepage = https://github.com/python-bugzilla/python-bugzilla;
|
||||||
description = "Bugzilla XMLRPC access module";
|
description = "Bugzilla XMLRPC access module";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pierron ];
|
maintainers = with maintainers; [ pierron peti ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue