apx: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-31 09:05:35 +02:00 committed by GitHub
parent 3b9bf00e38
commit 01f12a564f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Vanilla-OS";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-nBhSl4r7LlgCA5/HCLpOleihE5n/JCJgf43KdCklQbg=";
};
@ -47,6 +47,7 @@ buildGoModule rec {
meta = with lib; {
description = "The Vanilla OS package manager";
homepage = "https://github.com/Vanilla-OS/apx";
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/${version}";
license = licenses.gpl3;
maintainers = with maintainers; [ dit7ya ];
};