dbus: fill meta.changelog

(so that r-ryantm update-bot shows it)
This commit is contained in:
Vladimír Čunát
2023-06-11 10:25:57 +02:00
parent b8355b9be4
commit a7ce6c151a
@@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
changelog = "https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-${version}/NEWS";
license = licenses.gpl2Plus; # most is also under AFL-2.1
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
platforms = platforms.unix;