treewide: remove ma27 from a few packages

A bunch of stuff accumulated again that I stopped using. Removing myself
as maintainer since it doesn't make sense to keep that status.
This commit is contained in:
Maximilian Bosch
2026-01-24 12:28:23 +01:00
parent 2bf57f0212
commit 87eb10ceb1
6 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
meta = with pkgs.lib.maintainers; {
maintainers = [
diogotcorreia
ma27
];
};

View File

@@ -106,7 +106,6 @@ stdenv.mkDerivation {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
fpletz
ma27
];
platforms = lib.platforms.linux;
};

View File

@@ -79,7 +79,6 @@ buildPythonPackage rec {
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
nyanloutre
ma27
sumnerevans
nickcao
];

View File

@@ -177,7 +177,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
marcweber
ma27
];
platforms = lib.platforms.linux;
};

View File

@@ -86,7 +86,6 @@ python.pkgs.buildPythonPackage rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
nyanloutre
ma27
nickcao
];
mainProgram = "mautrix-telegram";

View File

@@ -198,7 +198,6 @@ stdenv.mkDerivation rec {
fpletz
tadfisher
globin
ma27
ryan4yin
];
platforms = lib.platforms.unix;