python310Packages.pyngrok: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-20 08:51:05 +02:00 committed by GitHub
parent ba013e87a5
commit 8e87c8195f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};