python311Packages.shodan: add myself as maintainer

This commit is contained in:
Fabian Affolter 2023-08-20 13:20:16 +02:00
parent 74d0e6ab59
commit a56b53b99e

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
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 ];
maintainers = with maintainers; [ fab lihop ];
};
}