Merge pull request #140739 from nagy/raylib-changelog

raylib: add changelog
This commit is contained in:
Bobby Rong 2021-10-06 17:43:25 +08:00 committed by GitHub
commit 9d14a7cbe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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