mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 22:29:51 +00:00
logseq: add cheeseecake to maintainers (#338607)
This commit is contained in:
commit
365f4fe124
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user