maintainers: rename dawnofmidnight → whispersofthedawn, add matrix (#477967)

This commit is contained in:
Yohann Boniface
2026-01-08 23:08:28 +00:00
committed by GitHub
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -6123,12 +6123,6 @@
githubId = 49904992;
name = "Dawid Sowa";
};
dawnofmidnight = {
email = "dawnofmidnight@duck.com";
github = "dawnofmidnight";
githubId = 78233879;
name = "whispers";
};
dawoox = {
email = "contact@antoinebellanger.fr";
github = "Dawoox";
@@ -28228,6 +28222,13 @@
githubId = 6102222;
name = "WheelsForReals";
};
whispersofthedawn = {
email = "whispersofthedawn@duck.com";
github = "whispersofthedawn";
githubId = 78233879;
matrix = "@whispers:catgirl.cloud";
name = "whispers";
};
WhiteBlackGoose = {
email = "wbg@angouri.org";
github = "WhiteBlackGoose";
+1 -1
View File
@@ -108,7 +108,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/vicinaehq/vicinae";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
dawnofmidnight
whispersofthedawn
zstg
];
platforms = lib.platforms.linux;