Skip to content

Commit

Permalink
logseq: add cheeseecake to maintainers (#338607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Sep 8, 2024
2 parents 802849a + b038196 commit 365f4fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3575,6 +3575,12 @@
matrix = "@chayleaf:matrix.pavluk.org";
name = "Anna Pavlyuk";
};
cheeseecake = {
email = "chanelnjw@gmail.com";
github = "cheeseecake";
githubId = 34784816;
name = "Chanel";
};
chekoopa = {
email = "chekoopa@mail.ru";
github = "chekoopa";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/lo/logseq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in {
changelog = "https://github.com/logseq/logseq/releases/tag/${version}";
license = lib.licenses.agpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = [ ];
maintainers = with lib.maintainers; [ cheeseecake ];
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
mainProgram = "logseq";
};
Expand Down

0 comments on commit 365f4fe

Please sign in to comment.