python310Packages.adlfs: add changelog to meta
This commit is contained in:
parent
440211d4d9
commit
7c31a00bd8
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fsspec";
|
owner = "fsspec";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-S6dJK5ZhDCSwM/14sTrXNJ/+dDe9OeDRemsnuoe4IW0=";
|
hash = "sha256-S6dJK5ZhDCSwM/14sTrXNJ/+dDe9OeDRemsnuoe4IW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";
|
description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";
|
||||||
homepage = "https://github.com/fsspec/adlfs";
|
homepage = "https://github.com/fsspec/adlfs";
|
||||||
|
changelog = "https://github.com/fsspec/adlfs/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user