python312Packages.skrl: add changelog

This commit is contained in:
Weijia Wang
2025-04-27 23:31:23 +02:00
parent c24dbe83ae
commit 4c4e9dee45
@@ -63,6 +63,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Reinforcement learning library using PyTorch focusing on readability and simplicity";
changelog = "https://github.com/Toni-SM/skrl/releases/tag/${version}";
homepage = "https://skrl.readthedocs.io";
license = licenses.mit;
maintainers = with maintainers; [ bcdarwin ];