websecprobe: refactor
This commit is contained in:
parent
a889db868f
commit
05c0c61b2b
1 changed files with 3 additions and 2 deletions
|
@ -14,11 +14,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
hash = "sha256-RX4tc6JaUVaNx8nidn8eMcbsmbcSY+VZbup6c6P7oOs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dependencies = with python3.pkgs; [
|
||||
requests
|
||||
tabulate
|
||||
];
|
||||
|
@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
description = "Web Security Assessment Tool";
|
||||
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
|
||||
changelog = "https://github.com/spyboy-productions/WebSecProbe/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "websecprobe";
|
||||
|
|
Loading…
Reference in a new issue