python310Packages.cons: update changelog

This commit is contained in:
Fabian Affolter 2023-07-03 08:15:50 +02:00 committed by GitHub
parent 586391c324
commit 45ab954975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An implementation of Lisp/Scheme-like cons in Python";
homepage = "https://github.com/pythological/python-cons";
changelog = "https://github.com/pythological/python-cons/releases";
changelog = "https://github.com/pythological/python-cons/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ Etjean ];
};