libtasn1: add meta.changelog

It's quite useful for r-ryantm's automatic pull requests.
This commit is contained in:
Vladimír Čunát
2025-02-08 10:45:47 +01:00
parent 7c9ea72335
commit bf0f348463
+1
View File
@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.all;
changelog = "https://gitlab.com/gnutls/libtasn1/-/blob/v${version}/NEWS";
};
}