1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

joplin-desktop: add maintainer hugoreeves, change homepage

This commit is contained in:
Hugo Reeves 2020-04-17 10:52:22 +12:00
parent b70a3dc515
commit 9301b2c95d
No known key found for this signature in database
GPG key ID: 04D4C35D7FB5C496

View file

@ -40,9 +40,9 @@ in appimageTools.wrapType2 rec {
applications directly or from your own text editor. The notes are in
Markdown format.
'';
homepage = "https://joplin.cozic.net/";
homepage = "https://joplinapp.org";
license = licenses.mit;
maintainers = with maintainers; [ rafaelgg raquelgb ];
maintainers = with maintainers; [ hugoreeves rafaelgg raquelgb ];
platforms = [ "x86_64-linux" ];
};
}