Skip to content

Commit 334d5cf

Browse files
daniel-nolandqmonnet
authored andcommitted
build(deny): fix incorrect allowance for ahash
We no longer have ahash as a git dependency. Signed-off-by: Daniel Noland <[email protected]>
1 parent c7fff15 commit 334d5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ allow-git = []
243243

244244
[sources.allow-org]
245245
# github.com organizations to allow git sources for
246-
github = ["githedgehog", "tkaitchuck"] # tkaitchuck for ahash
246+
github = ["githedgehog"]
247247
# gitlab.com organizations to allow git sources for
248248
gitlab = []
249249
# bitbucket.org organizations to allow git sources for

0 commit comments

Comments
 (0)