summary refs log tree commit diff
path: root/pkgs/development/python-modules/bugzilla
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-07-04 13:34:54 +0200
committerPeter Simons <simons@cryp.to>2019-07-04 13:36:08 +0200
commitbfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8 (patch)
tree95e3b9722e1868ec6bff46e14fb5d5288ac8e1ed /pkgs/development/python-modules/bugzilla
parentddfe184efcc2152b741bc0a8eee3dea12c4cb2f8 (diff)
downloadnixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar.gz
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar.bz2
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar.lz
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar.xz
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.tar.zst
nixpkgs-bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8.zip
python-bugzilla: replace broken meta.homepage link
Diffstat (limited to 'pkgs/development/python-modules/bugzilla')
-rw-r--r--pkgs/development/python-modules/bugzilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bugzilla/default.nix b/pkgs/development/python-modules/bugzilla/default.nix
index 2e79db8d71a..66aad6d0350 100644
--- a/pkgs/development/python-modules/bugzilla/default.nix
+++ b/pkgs/development/python-modules/bugzilla/default.nix
@@ -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 ];
   };
 }