python312Packages.robotframework-seleniumlibrary: fix changelog

This commit is contained in:
Weijia Wang
2025-03-27 14:39:59 +01:00
parent a0f5f0af74
commit 509f3d08e2
@@ -49,7 +49,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.tag}/docs/SeleniumLibrary-${src.tag}.rst";
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.tag}/docs/SeleniumLibrary-${version}.rst";
description = "Web testing library for Robot Framework";
homepage = "https://github.com/robotframework/SeleniumLibrary";
license = lib.licenses.asl20;