raylib: add changelog

This commit is contained in:
Daniel Nagy 2021-10-03 19:39:57 +02:00
parent c24a48c092
commit 7e26b36f7a
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -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";
};
}