tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dtools: add jtbx to meta.maintainers
Jeremy
2 years ago
9a2d9bbd
86b5f4a9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
dtools
default.nix
+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
48
-
maintainers = with maintainers; [ ThomasMader ];
48
48
+
maintainers = with maintainers; [ ThomasMader jtbx ];
49
49
platforms = lib.platforms.unix;
50
50
};
51
51
}