python3Packages.robotframework-databaselibrary: add meta.changelog

This commit is contained in:
Robert Schütz
2026-03-18 09:21:55 -07:00
parent 7bc57a43c1
commit 785d9a450a
@@ -36,6 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = {
changelog = "https://github.com/MarketSquare/Robotframework-Database-Library/releases/tag/${src.tag}";
description = "Database Library contains utilities meant for Robot Framework";
homepage = "https://github.com/MarketSquare/Robotframework-Database-Library";
license = lib.licenses.asl20;