From f47ab6c2fe17dbc0ce87317905af948ac227c75b Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Wed, 13 Sep 2017 19:42:40 +0200 Subject: [PATCH] afewmail: update meta.homepage (#29313) --- pkgs/development/python-modules/afew/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/afew/default.nix b/pkgs/development/python-modules/afew/default.nix index 4a2d4a0f722..39c921eb7bc 100644 --- a/pkgs/development/python-modules/afew/default.nix +++ b/pkgs/development/python-modules/afew/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { ''; meta = with stdenv.lib; { - homepage = https://github.com/teythoon/afew; + homepage = https://github.com/afewmail/afew; description = "An initial tagging script for notmuch mail"; maintainers = with maintainers; [ garbas ]; };