summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim@hulthe.net>2025-04-16 09:43:36 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-04-16 18:32:21 +0200
commitc64570a36429fb9a01c470bfa6fa4c7f857ace12 (patch)
treeea526758b76c3f07a77967304dcc4ec65c9be9c1
parente646563b112dea1f56cf78037062093775eb637e (diff)
downloadmullvadvpn-c64570a36429fb9a01c470bfa6fa4c7f857ace12.tar.xz
mullvadvpn-c64570a36429fb9a01c470bfa6fa4c7f857ace12.zip
Tweak wording in deny.toml
-rw-r--r--deny.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index bc79b78054..004c3cad22 100644
--- a/deny.toml
+++ b/deny.toml
@@ -105,7 +105,7 @@ deny = [
unknown-registry = "deny"
unknown-git = "deny"
-# We should never depend on git repositories outside our own github organization.
+# We must never depend on git repositories outside our own github organization.
# We can't say anything about their availability. They might go away at any point
# in time. Instead of using third party git repositories, always fork the repository
# into our github organization and depend on that.