maintainers: retire coroa
Inactive since 2013.
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user