ldc: add meta.changelog
This commit is contained in:
parent
44b69c0ad2
commit
ef4d490655
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user