7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-Os/NappuvdadGqCouF5vhvPhRnu1SLpii+Esq0C1j48=";
19 build-system = with python3.pkgs; [ setuptools ];
21 dependencies = with python3.pkgs; [
29 # Project has no tests
32 pythonImportsCheck = [ "gsan" ];
35 description = "Tool to extract subdomains from SSL certificates in HTTPS sites";
36 homepage = "https://github.com/franccesco/getaltname";
37 changelog = "https://github.com/franccesco/getaltname/releases/tag/v${version}";
38 license = lib.licenses.mit;
39 maintainers = with lib.maintainers; [ fab ];