findbugs: fix audit about sourceforge link
This commit is contained in:
parent
4d4ba5e319
commit
00445442cd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class Findbugs < Formula
|
class Findbugs < Formula
|
||||||
desc "Find bugs in Java programs through static analysis"
|
desc "Find bugs in Java programs through static analysis"
|
||||||
homepage "http://findbugs.sourceforge.net/index.html"
|
homepage "https://findbugs.sourceforge.io"
|
||||||
url "https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-3.0.1.tar.gz"
|
url "https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-3.0.1.tar.gz"
|
||||||
sha256 "e80e0da0c213a27504ef3188ef25f107651700ffc66433eac6a7454bbe336419"
|
sha256 "e80e0da0c213a27504ef3188ef25f107651700ffc66433eac6a7454bbe336419"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue