about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sqlmap
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-01-03 16:53:12 +0100
committerGitHub <noreply@github.com>2022-01-03 16:53:12 +0100
commit944a2dc83568f515cd3b0f8bb777dbbe0d14226a (patch)
treef35b739281d7c0ac0868f16e90a9a126465fbbec /pkgs/development/python-modules/sqlmap
parent0bed14f8e734758be6d26fde34951e8e4bd8148c (diff)
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
Diffstat (limited to 'pkgs/development/python-modules/sqlmap')
-rw-r--r--pkgs/development/python-modules/sqlmap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/sqlmap/default.nix b/pkgs/development/python-modules/sqlmap/default.nix
index 429ebc9e0d616..5d1d90b372a49 100644
--- a/pkgs/development/python-modules/sqlmap/default.nix
+++ b/pkgs/development/python-modules/sqlmap/default.nix
@@ -30,7 +30,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Automatic SQL injection and database takeover tool";
-    homepage = "http://sqlmap.org";
+    homepage = "https://sqlmap.org";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ bennofs ];
   };