We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023f1d0 commit b19e8c0Copy full SHA for b19e8c0
1 file changed
pkgs/development/libraries/libsoup/3.x.nix
@@ -126,6 +126,7 @@ stdenv.mkDerivation rec {
126
description = "HTTP client/server library for GNOME";
127
homepage = "https://gitlab.gnome.org/GNOME/libsoup";
128
license = lib.licenses.lgpl2Plus;
129
+ changelog = "https://gitlab.gnome.org/GNOME/libsoup/-/blob/${version}/NEWS";
130
inherit (glib.meta) maintainers platforms teams;
131
};
132
}
0 commit comments