mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
raylib: add changelog
This commit is contained in:
parent
c24a48c092
commit
7e26b36f7a
|
@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ adamlwgriffiths ];
|
||||
platforms = platforms.linux;
|
||||
changelog = "https://github.com/raysan5/raylib/blob/${version}/CHANGELOG";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue