Merge pull request #167421 from superherointj/package-gobuster-enable-tests

gobuster: enable tests
This commit is contained in:
Artturi 2022-04-06 06:23:17 +03:00 committed by GitHub
commit 71f4af6e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@ buildGoModule rec {
vendorSha256 = "1isp2jd6k4ppns5zi9irj09090imnc0xp6vcps135ymgp8qg4163";
doCheck = false;
meta = with lib; {
description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";
homepage = "https://github.com/OJ/gobuster";