SDL2: add meta.changelog

This commit is contained in:
Vladimír Čunát 2023-04-26 16:04:07 +02:00
parent 887afd3012
commit 7fa4e34aaa
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -168,6 +168,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A cross-platform multimedia library";
homepage = "http://www.libsdl.org/";
changelog = "https://github.com/libsdl-org/SDL/releases/tag/release-${version}";
license = licenses.zlib;
platforms = platforms.all;
maintainers = with maintainers; [ cpages ];