python31{3,4}.pkgs.crate: fix changelog url
This commit is contained in:
@@ -67,7 +67,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/crate/crate-python";
|
||||
description = "Python client library for CrateDB";
|
||||
changelog = "https://github.com/crate/crate-python/blob/${version}/CHANGES.txt";
|
||||
changelog = "https://github.com/crate/crate-python/blob/${version}/CHANGES.rst";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user