From 4c4b84aeaa5af2f91278ca406a6ba794e2d4af95 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 14 May 2023 04:20:00 +0000 Subject: [PATCH] python310Packages.llfuse: add changelog to meta --- pkgs/development/python-modules/llfuse/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/llfuse/default.nix b/pkgs/development/python-modules/llfuse/default.nix index 03f19e2db02d..e88dc9b049a7 100644 --- a/pkgs/development/python-modules/llfuse/default.nix +++ b/pkgs/development/python-modules/llfuse/default.nix @@ -48,6 +48,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for the low-level FUSE API"; homepage = "https://github.com/python-llfuse/python-llfuse"; + changelog = "https://github.com/python-llfuse/python-llfuse/raw/release-${version}/Changes.rst"; license = licenses.lgpl2Plus; platforms = platforms.unix; maintainers = with maintainers; [ bjornfor dotlambda ];