From 599afce7328bb0755027c385aabae6f53e6e6802 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 30 Apr 2023 04:35:00 +0000 Subject: [PATCH] lasso: add changelog to meta --- pkgs/development/libraries/lasso/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/lasso/default.nix b/pkgs/development/libraries/lasso/default.nix index 357583c5457..70bd3d384de 100644 --- a/pkgs/development/libraries/lasso/default.nix +++ b/pkgs/development/libraries/lasso/default.nix @@ -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 ];