mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
vcpkg-tool: add meta.changelog
This commit is contained in:
parent
2a2a64abc8
commit
7ca7de5563
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user