notmuch: Add myself to maintainers

This commit is contained in:
Moritz Ulrich
2017-12-10 17:18:22 +01:00
parent b459c8475c
commit d3fbf9b821

View File

@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "Mail indexer";
homepage = https://notmuchmail.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ chaoflow garbas ];
maintainers = with maintainers; [ chaoflow garbas the-kenny ];
platforms = platforms.unix;
};
}