python310Packages.sqlobject: add changelog to meta
This commit is contained in:
parent
2cbce91b28
commit
0b13433034
@ -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; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user