libsoup_3: add .meta.changelog

In particular, this will simplify reviewing automatic update PRs.
This commit is contained in:
Vladimír Čunát
2026-02-24 07:43:33 +01:00
parent 28ab6fa50e
commit 53d5b5cbcd
@@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
description = "HTTP client/server library for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/libsoup";
license = lib.licenses.lgpl2Plus;
changelog = "https://gitlab.gnome.org/GNOME/libsoup/-/blob/${version}/NEWS";
inherit (glib.meta) maintainers platforms teams;
};
}