vcpkg-tool: add meta.changelog

This commit is contained in:
h7x4 2024-07-12 15:36:46 +02:00
parent 2a2a64abc8
commit 7ca7de5563
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -181,6 +181,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Components of microsoft/vcpkg's binary";
mainProgram = "vcpkg";
homepage = "https://github.com/microsoft/vcpkg-tool";
changelog = "https://github.com/microsoft/vcpkg-tool/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ guekka gracicot ];
platforms = lib.platforms.all;