python310Packages.ocifs: update changelog entry

This commit is contained in:
Fabian Affolter 2023-12-21 21:37:18 +01:00 committed by GitHub
parent ee2d46a2e0
commit ad07fbfa1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Oracle Cloud Infrastructure Object Storage fsspec implementation";
homepage = "https://ocifs.readthedocs.io";
changelog = "https://github.com/oracle/ocifs/releases/tag/${version}";
changelog = "https://github.com/oracle/ocifs/releases/tag/v${version}";
license = with licenses; [ upl ];
maintainers = with maintainers; [ fab ];
};