From 010ff154c8b02f22e4599eb14c303d408b110e78 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Sat, 1 Dec 2018 08:31:19 +1100 Subject: [PATCH] exploitdb: update github url (#34654) --- Formula/exploitdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/exploitdb.rb b/Formula/exploitdb.rb index 2107e12cb1..56b6792dc4 100644 --- a/Formula/exploitdb.rb +++ b/Formula/exploitdb.rb @@ -1,11 +1,11 @@ class Exploitdb < Formula desc "The official Exploit Database" homepage "https://www.exploit-db.com/" - url "https://github.com/offensive-security/exploit-database.git", + url "https://github.com/offensive-security/exploitdb.git", :tag => "2018-11-28", :revision => "dfd1e454e1d8331215f5544aed699b3d7f77825e" version "2018-11-28" - head "https://github.com/offensive-security/exploit-database.git" + head "https://github.com/offensive-security/exploitdb.git" bottle :unneeded