libinput: add .meta.changelog

This commit is contained in:
Vladimír Čunát 2023-04-16 09:33:22 +02:00
parent d951601ea7
commit 03bbaa4d85
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -132,5 +132,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ codyopel ] ++ teams.freedesktop.members;
changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}";
};
}