dtools: add jtbx to meta.maintainers

Jeremy 9a2d9bbd 86b5f4a9

+1 -1
+1 -1
pkgs/development/tools/dtools/default.nix
··· 45 45 description = "Ancillary tools for the D programming language compiler"; 46 46 homepage = "https://github.com/dlang/tools"; 47 47 license = lib.licenses.boost; 48 - maintainers = with maintainers; [ ThomasMader ]; 48 + maintainers = with maintainers; [ ThomasMader jtbx ]; 49 49 platforms = lib.platforms.unix; 50 50 }; 51 51 }