orc: add changelog to meta

This commit is contained in:
Mario Rodas 2023-06-26 04:20:00 +00:00
parent 59a02631bf
commit c368a898f8

View file

@ -58,6 +58,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "The Oil Runtime Compiler";
homepage = "https://gstreamer.freedesktop.org/projects/orc.html";
changelog = "https://cgit.freedesktop.org/gstreamer/orc/plain/RELEASE?h=${version}";
# The source code implementing the Marsenne Twister algorithm is licensed
# under the 3-clause BSD license. The rest is 2-clause BSD license.
license = with licenses; [ bsd3 bsd2 ];