Merge pull request #96375 from davidak/patch-2
klavaro: add link to changelog
This commit is contained in:
commit
234dba21e8
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Free touch typing tutor program";
|
description = "Free touch typing tutor program";
|
||||||
homepage = "http://klavaro.sourceforge.net/";
|
homepage = "http://klavaro.sourceforge.net/";
|
||||||
|
changelog = "https://sourceforge.net/p/klavaro/code/HEAD/tree/trunk/ChangeLog";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mimame davidak ];
|
maintainers = with maintainers; [ mimame davidak ];
|
||||||
|
|
Loading…
Reference in New Issue