From bfc4fef3ee1cecf656e6c7dc7cf2b3f14391d7c6 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sat, 3 Aug 2024 17:10:54 +0200 Subject: [PATCH] Fix warnings for `sources.allow-org` --- deny.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deny.toml b/deny.toml index 6773bd9..c63b57f 100644 --- a/deny.toml +++ b/deny.toml @@ -232,8 +232,8 @@ allow-git = [] [sources.allow-org] # 1 or more github.com organizations to allow git sources for -github = [""] +github = [] # 1 or more gitlab.com organizations to allow git sources for -gitlab = [""] +gitlab = [] # 1 or more bitbucket.org organizations to allow git sources for -bitbucket = [""] +bitbucket = []