python310Packages.sqlmap: add meta.changelog

This commit is contained in:
Benno Fünfstück 2022-02-11 10:39:21 +01:00
parent 0410640e86
commit 4b704d4623

View File

@ -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 ];
};