Loading pkgs/development/python-modules/scooby/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/scooby/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading