afew: add flokli and andir as maintainers

Signed-off-by: Andreas Rammhold <andreas@rammhold.de>
This commit is contained in:
Florian Klink 2017-11-22 21:51:01 +01:00
parent 80227d350f
commit 70b0e90b3f

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/afewmail/afew;
description = "An initial tagging script for notmuch mail";
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ garbas andir flokli ];
};
}