vicinae: add cswimr as maintainer

Link: https://github.com/nix-community/stylix/pull/2375

Reviewed-by: Noah Biewesch <dev@noahbiewesch.com>
This commit is contained in:
cswimr 2026-06-23 16:27:23 -04:00 committed by Noah Biewesch
parent a04ba47b73
commit b83adc6096
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
3 changed files with 16 additions and 1 deletions

View file

@ -109,6 +109,12 @@
githubId = 8346803;
name = "Cirios Santhiago";
};
cswimr = {
email = "cswimr@csw.im";
github = "cswimr";
githubId = 102361830;
name = "cswimr";
};
danth = {
email = "danth@danth.me";
github = "danth";

View file

@ -2,5 +2,8 @@
{
name = "Vicinae";
homepage = "https://docs.vicinae.com";
maintainers = [ lib.maintainers.da157 ];
maintainers = with lib.maintainers; [
cswimr
da157
];
}

View file

@ -31,6 +31,12 @@
github = "csanthiago";
githubId = 8346803;
};
cswimr = {
name = "cswimr";
email = "cswimr@csw.im";
github = "cswimr";
githubId = 102361830;
};
gideonwolfe = {
email = "wolfegideon@gmail.com";
name = "Gideon Wolfe";