seafile: remove myself from maintainers
I do not use seafile anymore and won't spend energy working on it.
This commit is contained in:
parent
84806571cb
commit
fd3d596a1c
@ -542,7 +542,6 @@ in
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
];
|
||||
}
|
||||
|
@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
schmittlauch
|
||||
greizgh
|
||||
];
|
||||
mainProgram = "seafile-applet";
|
||||
};
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -31,7 +31,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/criticalstack/libevhtp";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
melvyn2
|
||||
];
|
||||
|
@ -94,7 +94,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
melvyn2
|
||||
];
|
||||
|
@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
];
|
||||
};
|
||||
|
@ -79,7 +79,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/haiwen/seahub";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
melvyn2
|
||||
];
|
||||
|
@ -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
|
||||
];
|
||||
};
|
||||
|
@ -48,7 +48,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/zyegfryed/django-statici18n";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
greizgh
|
||||
schmittlauch
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user