treewide: drop maintainership of packages I don't really maintain

This commit is contained in:
Trolli Schmittlauch 2025-07-03 22:54:59 +02:00
parent dcfcf0d20d
commit 5af05b24fc
7 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,6 @@ in
meta = with pkgs.lib.maintainers; {
maintainers = [
kampfschlaefer
schmittlauch
];
};

View File

@ -31,7 +31,7 @@ mkDerivation {
meta = {
homepage = "https://apps.kde.org/ktouch/";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.schmittlauch ];
maintainers = [ ];
description = "Touch typing tutor from the KDE software collection";
mainProgram = "ktouch";
};

View File

@ -94,7 +94,6 @@ stdenv.mkDerivation {
license = licenses.agpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [
schmittlauch
melvyn2
];
mainProgram = "seaf-server";

View File

@ -80,7 +80,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/haiwen/seahub";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
schmittlauch
melvyn2
];
platforms = lib.platforms.linux;

View File

@ -40,7 +40,6 @@ buildPythonPackage rec {
changelog = "https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [
schmittlauch
];
};
}

View File

@ -60,7 +60,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [
mrmebelman
schmittlauch
];
};
}

View File

@ -48,7 +48,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zyegfryed/django-statici18n";
license = licenses.bsd3;
maintainers = with maintainers; [
schmittlauch
];
};
}