Merge pull request #248028 from chewblacka/master-2

remnote: added myself to maintainers
This commit is contained in:
Nick Cao 2023-08-13 00:03:32 -06:00 committed by GitHub
commit 9e6dd8a891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -7899,6 +7899,11 @@
githubId = 31008330;
name = "Jann Marc Villablanca";
};
jgarcia = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
jgart = {
email = "jgart@dismail.de";
github = "jgarte";

View File

@ -12,7 +12,7 @@ appimageTools.wrapType2 rec {
meta = with lib; {
description = "A note-taking application focused on learning and productivity";
homepage = "https://remnote.com/";
maintainers = with maintainers; [ max-niederman ];
maintainers = with maintainers; [ max-niederman jgarcia ];
license = licenses.unfree;
platforms = platforms.linux;
};