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";
|
sha256 = "0mz0llf1ggl1k46brgrqj3i8qlg1ycmkc5a3a0kg8fg4s1c1m6xk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib notmuch ];
|
buildInputs = [ pkgconfig glib notmuch ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -19,12 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp notmuch-addrlookup "$out/bin"
|
cp notmuch-addrlookup "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Address lookup tool for Notmuch in C";
|
description = "Address lookup tool for Notmuch in C";
|
||||||
homepage = https://github.com/aperezdc/notmuch-addrlookup-c;
|
homepage = https://github.com/aperezdc/notmuch-addrlookup-c;
|
||||||
maintainers = with maintainers; [ mog ];
|
maintainers = with maintainers; [ mog garbas ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user