From af7f8a2a1275e243b4e5133f2c6811805e040789 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 17 May 2023 09:59:24 +0200 Subject: [PATCH] python310Packages.shodan: add changelog to meta --- pkgs/development/python-modules/shodan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/shodan/default.nix b/pkgs/development/python-modules/shodan/default.nix index b37099179a64..6ea585e8a2d5 100644 --- a/pkgs/development/python-modules/shodan/default.nix +++ b/pkgs/development/python-modules/shodan/default.nix @@ -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 ]; };