python310Packages.sqlobject: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-11 09:27:10 +02:00 committed by GitHub
parent 2cbce91b28
commit 0b13433034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Object Relational Manager for providing an object interface to your database";
homepage = "http://www.sqlobject.org/";
changelog = "https://github.com/sqlobject/sqlobject/blob/${version}/docs/News.rst";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ ];
};