maintainers: retire coroa

Inactive since 2013.
This commit is contained in:
Martin Weinelt
2025-10-29 18:39:46 +01:00
parent 23cdde19fa
commit d80eea2ae9
5 changed files with 3 additions and 10 deletions
-6
View File
@@ -5239,12 +5239,6 @@
githubId = 3077118;
name = "David McFarland";
};
coroa = {
email = "jonas@chaoflow.net";
github = "coroa";
githubId = 2552981;
name = "Jonas Hörsch";
};
costrouc = {
email = "chris.ostrouchov@gmail.com";
github = "costrouc";
@@ -192,7 +192,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://quodlibet.readthedocs.io/en/latest";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
coroa
pbogdan
];
};
+1 -1
View File
@@ -82,7 +82,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/phillipberndt/autorandr/";
description = "Automatically select a display configuration based on connected devices";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ coroa ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "autorandr";
};
+1 -1
View File
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
description = "Command line utility and library to control mobile phones";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.coroa ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Implementation of line breaking and word breaking algorithms as in the Unicode standard";
license = licenses.zlib;
platforms = platforms.unix;
maintainers = [ maintainers.coroa ];
maintainers = [ ];
};
}