Added self as maintainer.

This commit is contained in:
John Ramsden 2017-05-10 17:17:33 -07:00
parent 2ba83bd2dc
commit 14f4b21fe5
2 changed files with 2 additions and 0 deletions

View file

@ -249,6 +249,7 @@
joelmo = "Joel Moberg <joel.moberg@gmail.com>";
joelteon = "Joel Taylor <me@joelt.io>";
johbo = "Johannes Bornhold <johannes@bornhold.name>";
johnramsden = "John Ramsden <johnramsden@riseup.net>"
joko = "Ioannis Koutras <ioannis.koutras@gmail.com>";
jonafato = "Jon Banafato <jon@jonafato.com>";
jpbernardy = "Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>";

View file

@ -129,6 +129,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Nylas Mail is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email.";
license = stdenv.lib.licenses.gpl3;
maintainers = with maintainers; [ johnramsden ];
homepage = https://nylas.com;
};
}