diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-09 15:11:27 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-09 23:31:26 -0500 |
commit | c7079d43ae99219ed5679df40f83b9266caab716 (patch) | |
tree | ecdb13ab85ff6e066ed213c9365e4263e1521fbd /nix-overlays/ldc/binary.nix | |
parent | ldc-1.37.0 & dub-1.36.0 (diff) |
dmd & ldc upkeep (dmd at 2.106.1)
Diffstat (limited to 'nix-overlays/ldc/binary.nix')
-rw-r--r-- | nix-overlays/ldc/binary.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-overlays/ldc/binary.nix b/nix-overlays/ldc/binary.nix index dd4d51c..ca7fb4f 100644 --- a/nix-overlays/ldc/binary.nix +++ b/nix-overlays/ldc/binary.nix @@ -37,7 +37,7 @@ in stdenv.mkDerivation { homepage = "https://github.com/ldc-developers/ldc"; # from https://github.com/ldc-developers/ldc/blob/master/LICENSE license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ]; - maintainers = with maintainers; [ ThomasMader lionello ]; + maintainers = with maintainers; [ lionello ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; }; } |