seafile: remove myself from maintainers

I do not use seafile anymore and won't spend energy working on it.
This commit is contained in:
Greizgh 2025-06-23 14:52:43 +02:00
parent 84806571cb
commit fd3d596a1c
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2
9 changed files with 1 additions and 9 deletions

View File

@ -542,7 +542,6 @@ in
};
meta.maintainers = with lib.maintainers; [
greizgh
schmittlauch
];
}

View File

@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [
schmittlauch
greizgh
];
mainProgram = "seafile-applet";
};

View File

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
mainProgram = "searpc-codegen.py";
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ greizgh ];
maintainers = [ ];
};
}

View File

@ -31,7 +31,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/criticalstack/libevhtp";
license = licenses.bsd3;
maintainers = with maintainers; [
greizgh
schmittlauch
melvyn2
];

View File

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

View File

@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [
greizgh
schmittlauch
];
};

View File

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

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; [
greizgh
schmittlauch
];
};

View File

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