python310Packages.shodan: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-05-17 09:59:24 +02:00
committed by GitHub
parent b558b26eed
commit af7f8a2a12
@@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library and command-line utility for Shodan";
homepage = "https://github.com/achillean/shodan-python";
changelog = "https://github.com/achillean/shodan-python/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ lihop ];
};