python310Packages.scooby: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-27 09:34:15 +01:00
parent 68a4f5300e
commit 1a96861bb3
@@ -22,6 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/banesullivan/scooby";
description = "A lightweight tool for reporting Python package versions and hardware resources";
changelog = "https://github.com/banesullivan/scooby/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ wegank ];
};