maintainers: drop Adjective-Object (#450465)

This commit is contained in:
Yohann Boniface
2025-10-09 22:15:09 +00:00
committed by GitHub
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;
};
}