notmuch-addrlookup: added myself (garbas) as maintainer
This commit is contained in:
parent
58771c0fe6
commit
aecc5ba80e
|
@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0mz0llf1ggl1k46brgrqj3i8qlg1ycmkc5a3a0kg8fg4s1c1m6xk";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [ pkgconfig glib notmuch ];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -19,12 +18,10 @@ stdenv.mkDerivation rec {
|
|||
cp notmuch-addrlookup "$out/bin"
|
||||
'';
|
||||
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Address lookup tool for Notmuch in C";
|
||||
homepage = https://github.com/aperezdc/notmuch-addrlookup-c;
|
||||
maintainers = with maintainers; [ mog ];
|
||||
maintainers = with maintainers; [ mog garbas ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue