gamemode: add meta.changelog

This commit is contained in:
Kira Bruneau
2023-12-27 08:52:37 -05:00
parent d209e9900c
commit d4aa883213
+2 -1
View File
@@ -105,7 +105,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Optimise Linux system performance on demand";
homepage = "https://github.com/FeralInteractive/GameMode";
homepage = "https://github.com/FeralInteractive/gamemode";
changelog = "https://github.com/FeralInteractive/gamemode/blob/${finalAttrs.version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;