maintainers: drop Adjective-Object

This commit is contained in:
Sigmanificient
2025-10-09 23:58:27 +02:00
parent a92ccdd265
commit cd5c71608b
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -654,12 +654,6 @@
githubId = 96147421;
name = "0xperp";
};
Adjective-Object = {
email = "mhuan13@gmail.com";
github = "Adjective-Object";
githubId = 1174858;
name = "Maxwell Huang-Hobbs";
};
adnelson = {
email = "ithinkican@gmail.com";
github = "adnelson";
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.html";
license = licenses.gpl3;
maintainers = [ maintainers.Adjective-Object ];
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}