about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2020-08-26 15:37:04 +0200
committerGitHub <noreply@github.com>2020-08-26 15:37:04 +0200
commita1301886c19d9b3257aed2a6f8e5967cd23fa857 (patch)
treea919c89fc5fdeb34e927ba483ddbd51ecf2515d6 /pkgs/games
parent8d819fb800b293d783d848a4d5a9359c7449969b (diff)
klavaro: add link to changelog
this makes review easier
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/klavaro/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/klavaro/default.nix b/pkgs/games/klavaro/default.nix
index 557f75580ca9f..dd8d396a35633 100644
--- a/pkgs/games/klavaro/default.nix
+++ b/pkgs/games/klavaro/default.nix
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Free touch typing tutor program";
     homepage = "http://klavaro.sourceforge.net/";
+    changelog = "https://sourceforge.net/p/klavaro/code/HEAD/tree/trunk/ChangeLog";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ mimame davidak ];