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