about summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-12-08 11:03:20 -0500
committerKira Bruneau <kira.bruneau@pm.me>2023-12-27 08:52:37 -0500
commitd4aa883213e2ac0f3f470820c024549f6ebde693 (patch)
treeae7da5e11ebdfc6205c04f58f9b8d3889f469454 /pkgs/tools/games
parentd209e9900cd8cdefd7890b8bd04aa3ced8fb2279 (diff)
gamemode: add meta.changelog
Diffstat (limited to 'pkgs/tools/games')
-rw-r--r--pkgs/tools/games/gamemode/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/games/gamemode/default.nix b/pkgs/tools/games/gamemode/default.nix
index 9d2d3f7c6a3e9..2b9c51d86285b 100644
--- a/pkgs/tools/games/gamemode/default.nix
+++ b/pkgs/tools/games/gamemode/default.nix
@@ -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;