ldc: add meta.changelog

This commit is contained in:
Jeremy Baxter 2024-06-07 09:49:21 +12:00
parent 44b69c0ad2
commit ef4d490655

View File

@ -135,6 +135,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "The LLVM-based D compiler";
homepage = "https://github.com/ldc-developers/ldc";
changelog = "https://github.com/ldc-developers/ldc/releases/tag/v${finalAttrs.version}";
# from https://github.com/ldc-developers/ldc/blob/master/LICENSE
license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ];
mainProgram = "ldc2";