mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Added self as maintainer.
This commit is contained in:
parent
2ba83bd2dc
commit
14f4b21fe5
@ -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>";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user