mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
python310Packages.sqlmap: add meta.changelog
This commit is contained in:
parent
0410640e86
commit
4b704d4623
@ -31,6 +31,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Automatic SQL injection and database takeover tool";
|
||||
homepage = "https://sqlmap.org";
|
||||
changelog = "https://github.com/sqlmapproject/sqlmap/releases/tag/${version}";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ bennofs ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user