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

python310Packages.shodan: add changelog to meta

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