From bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 4 Jul 2019 13:34:54 +0200 Subject: [PATCH] python-bugzilla: replace broken meta.homepage link --- pkgs/development/python-modules/bugzilla/default.nix | 4 ++-- 1 file 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 ]; }; }