yarg: add changelog

This commit is contained in:
Kira Bruneau
2025-08-14 18:53:50 -04:00
parent eeccfb2ae8
commit f3a290b53e
+1
View File
@@ -119,6 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Free, open-source, plastic guitar game";
homepage = "https://yarg.in";
changelog = "https://github.com/YARC-Official/YARG/releases/tag/v${finalAttrs.version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];