Unverified Commit 31c0a54d authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop Adjective-Object (#450465)

parents 99628049 cd5c7160
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
  };
}