Unverified Commit 8e87c819 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.pyngrok: add changelog to meta

parent ba013e87
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,8 +24,9 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pyngrok" ];

  meta = with lib; {
    homepage = "https://github.com/alexdlaird/pyngrok";
    description = "A Python wrapper for ngrok";
    homepage = "https://github.com/alexdlaird/pyngrok";
    changelog = "https://github.com/alexdlaird/pyngrok/blob/${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ wegank ];
  };