Merge pull request #140739 from nagy/raylib-changelog
raylib: add changelog
This commit is contained in:
commit
9d14a7cbe2
1 changed files with 1 additions and 0 deletions
|
@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
maintainers = with maintainers; [ adamlwgriffiths ];
|
maintainers = with maintainers; [ adamlwgriffiths ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
changelog = "https://github.com/raysan5/raylib/blob/${version}/CHANGELOG";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue