Fixed spelling in description and added info on keyring.
This commit is contained in:
parent
1be1ba5421
commit
1f10c1112a
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "pen-source mail client built on the modern web with Electron, React, and Flux";
|
||||
description = "Open-source mail client built on the modern web with Electron, React, and Flux";
|
||||
longDescription = ''
|
||||
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. Nylas-Mail requires gnome3 keyring. It can be enabled with "services.gnome3.gnome-keyring.enable = true;".
|
||||
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. To run nylas-mail, an additional manual step is required. Make sure to have services.gnome3.gnome-keyring.enable = true; in your configuration.nix before running nylas-mail. If you happen to miss this step, you should remove ~/.nylas-mail and "~/.config/Nylas Mail" for a blank setup".
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ johnramsden ];
|
||||
|
|
Loading…
Reference in a new issue