seafile: remove myself from maintainers (#419249)

This commit is contained in:
isabel
2025-06-23 15:09:32 +01:00
committed by GitHub
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
];
};