maintainers: drop beezow

Inactive since 2023.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:23 +01:00
parent a749c4a478
commit 3eef7f5ace
3 changed files with 0 additions and 8 deletions
-6
View File
@@ -3131,12 +3131,6 @@
github = "beeb";
githubId = 703631;
};
beezow = {
name = "beezow";
email = "zbeezow@gmail.com";
github = "beezow";
githubId = 42082156;
};
bellackn = {
name = "Nico Bellack";
email = "blcknc@pm.me";
@@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emuflight/EmuConfigurator";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ beezow ];
platforms = platforms.linux;
};
}
-1
View File
@@ -30,6 +30,5 @@ buildFishPlugin rec {
description = "Fish function making it easy to use utilities written for Bash in Fish shell";
homepage = "https://github.com/edc/bass";
license = licenses.mit;
maintainers = with maintainers; [ beezow ];
};
}