diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2025-04-16 09:43:36 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-04-16 18:32:21 +0200 |
| commit | c64570a36429fb9a01c470bfa6fa4c7f857ace12 (patch) | |
| tree | ea526758b76c3f07a77967304dcc4ec65c9be9c1 | |
| parent | e646563b112dea1f56cf78037062093775eb637e (diff) | |
| download | mullvadvpn-c64570a36429fb9a01c470bfa6fa4c7f857ace12.tar.xz mullvadvpn-c64570a36429fb9a01c470bfa6fa4c7f857ace12.zip | |
Tweak wording in deny.toml
| -rw-r--r-- | deny.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
