From 3abf80402ad1e7e8d312f2bdf5435ed4f079c0d1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 8 Mar 2024 20:53:55 -0500 Subject: dmd & ldc upkeep (dmd at 2.106.1) - dmd current nixpkgs and overlay identical --- nix-overlays/dub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix-overlays/dub') 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" ]; }; } -- cgit v1.2.3