Unverified Commit 8f5edb87 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 8c867e15 ee434456
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;