Commit 1a96861b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.scooby: add changelog to meta

parent 68a4f530
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };