diff options
| author | apense <apense@users.noreply.github.com> | 2015-06-13 12:07:37 -0400 |
|---|---|---|
| committer | apense <apense@users.noreply.github.com> | 2015-06-13 12:07:37 -0400 |
| commit | a72a30d3d3b91f83296e5c77e0bcb3cf417437eb (patch) | |
| tree | ed56d77ba21ee20aba47806077ed0ef065bb24d0 | |
| parent | e6444feb27e7fcac1969296810e235e690339ada (diff) | |
| download | packages-a72a30d3d3b91f83296e5c77e0bcb3cf417437eb.tar.gz packages-a72a30d3d3b91f83296e5c77e0bcb3cf417437eb.zip | |
Fixed nimfuzz webpage link
Silly mistake in original
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index c1a7fd5..c956215 100644 --- a/packages.json +++ b/packages.json @@ -1694,6 +1694,6 @@ "tags": ["fuzzing", "testing", "hacking", "security"], "description": "Simple and compact fuzzing", "license": "Apache License 2.0", - "web": "https://apense.github.io/apense/nimfuzz" + "web": "https://apense.github.io/nimfuzz" } ] |
