Commit 9a2d9bbd authored by Jeremy's avatar Jeremy
Browse files

dtools: add jtbx to meta.maintainers

parent 86b5f4a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
    description = "Ancillary tools for the D programming language compiler";
    homepage = "https://github.com/dlang/tools";
    license = lib.licenses.boost;
    maintainers = with maintainers; [ ThomasMader ];
    maintainers = with maintainers; [ ThomasMader jtbx ];
    platforms = lib.platforms.unix;
  };
}