maintainers: drop vidister (#424000)

This commit is contained in:
Wolfgang Walther 2025-07-19 11:55:47 +00:00 committed by GitHub
commit 79a5987a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 8 deletions

View File

@ -26533,12 +26533,6 @@
githubId = 123554;
name = "Thibaut Smith";
};
vidister = {
email = "v@vidister.de";
github = "vidister";
githubId = 11413574;
name = "Fiona Weber";
};
vieta = {
email = "xyzVieta@gmail.com";
github = "yVieta";

View File

@ -1256,7 +1256,6 @@ with lib.maintainers;
wdz = {
members = [
n0emis
vidister
johannwagner
yuka
];

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "TUI display manager";
license = lib.licenses.wtfpl;
homepage = "https://codeberg.org/AnErrupTion/ly";
maintainers = [ lib.maintainers.vidister ];
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "ly";
};