treewide: drop maintainership of packages I don't really maintain
This commit is contained in:
parent
dcfcf0d20d
commit
5af05b24fc
@ -14,7 +14,6 @@ in
|
|||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [
|
maintainers = [
|
||||||
kampfschlaefer
|
kampfschlaefer
|
||||||
schmittlauch
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://apps.kde.org/ktouch/";
|
homepage = "https://apps.kde.org/ktouch/";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [ lib.maintainers.schmittlauch ];
|
maintainers = [ ];
|
||||||
description = "Touch typing tutor from the KDE software collection";
|
description = "Touch typing tutor from the KDE software collection";
|
||||||
mainProgram = "ktouch";
|
mainProgram = "ktouch";
|
||||||
};
|
};
|
||||||
|
@ -94,7 +94,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
schmittlauch
|
|
||||||
melvyn2
|
melvyn2
|
||||||
];
|
];
|
||||||
mainProgram = "seaf-server";
|
mainProgram = "seaf-server";
|
||||||
|
@ -80,7 +80,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/haiwen/seahub";
|
homepage = "https://github.com/haiwen/seahub";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
schmittlauch
|
|
||||||
melvyn2
|
melvyn2
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
@ -40,7 +40,6 @@ buildPythonPackage rec {
|
|||||||
changelog = "https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst";
|
changelog = "https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
schmittlauch
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,6 @@ buildPythonPackage rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
mrmebelman
|
mrmebelman
|
||||||
schmittlauch
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/zyegfryed/django-statici18n";
|
homepage = "https://github.com/zyegfryed/django-statici18n";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
schmittlauch
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user