python310Packages.scooby: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user