maintainers: rename alyaeanyx -> pentane

(cherry picked from commit bdd58823ab)
This commit is contained in:
alyaeanyx 2025-06-01 09:20:09 +02:00 committed by github-actions[bot]
parent 26df312dec
commit 3f72d383d1
15 changed files with 21 additions and 21 deletions

View file

@ -270,7 +270,7 @@ in
buildDocsInSandbox = false;
doc = ./mautrix-signal.md;
maintainers = with lib.maintainers; [
alyaeanyx
pentane
frederictobiasc
];
};

View file

@ -159,5 +159,5 @@ in
}) cfg.interfaces;
};
meta.maintainers = with maintainers; [ alyaeanyx ];
meta.maintainers = with maintainers; [ pentane ];
}

View file

@ -486,7 +486,7 @@ in
};
meta.maintainers = with lib.maintainers; [
alyaeanyx
pentane
raylas
rvdp
neverbehave