dtools: add jtbx to meta.maintainers

This commit is contained in:
Jeremy 2023-09-20 10:00:16 +12:00
parent 86b5f4a9a5
commit 9a2d9bbd80

View File

@ -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;
};
}