lilv: add meta.changelog

This commit is contained in:
Robert Schütz
2026-06-18 09:46:30 -07:00
parent f7876e60c7
commit 335cd65a8a
+1
View File
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://drobilla.net/software/lilv";
changelog = "https://gitlab.com/lv2/lilv/-/blob/v${version}/NEWS";
description = "C library to make the use of LV2 plugins";
license = lib.licenses.mit;
maintainers = [ ];