python310Packages.sqlmap: add meta.changelog

main
Benno Fünfstück 2 years ago
parent 0410640e86
commit 4b704d4623
  1. 1
      pkgs/development/python-modules/sqlmap/default.nix

@ -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…
Cancel
Save