diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-08 20:53:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-09 23:30:12 -0500 |
commit | 3abf80402ad1e7e8d312f2bdf5435ed4f079c0d1 (patch) | |
tree | 72f8a01e53290a56c85405736e290ac7259129bf /nix-overlays/dub/default.nix | |
parent | ldc-1.37.0 & dub-1.36.0 (diff) |
dmd & ldc upkeep (dmd at 2.106.1)
- dmd current nixpkgs and overlay identical
Diffstat (limited to 'nix-overlays/dub/default.nix')
-rw-r--r-- | nix-overlays/dub/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-overlays/dub/default.nix b/nix-overlays/dub/default.nix index 47e6bf6..819a5e5 100644 --- a/nix-overlays/dub/default.nix +++ b/nix-overlays/dub/default.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { description = "Package and build manager for D applications and libraries"; homepage = "https://code.dlang.org/"; license = licenses.mit; - maintainers = with maintainers; [ ThomasMader ]; + maintainers = with maintainers; [ jtbx ]; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; }; } |