python310Packages.adlfs: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-05 10:31:34 +01:00
parent 440211d4d9
commit 7c31a00bd8

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "fsspec";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-S6dJK5ZhDCSwM/14sTrXNJ/+dDe9OeDRemsnuoe4IW0=";
};
@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";
homepage = "https://github.com/fsspec/adlfs";
changelog = "https://github.com/fsspec/adlfs/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};