lasso: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-30 04:35:00 +00:00
parent 192775d4fa
commit 599afce732

View file

@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://lasso.entrouvert.org/";
description = "Liberty Alliance Single Sign-On library";
changelog = "https://git.entrouvert.org/entrouvert/lasso/raw/tag/v${version}/ChangeLog";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ womfoo ];