diff options
Diffstat (limited to '')
-rw-r--r-- | Formula/fallible.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/fallible.rb b/Formula/fallible.rb index f067ed0..9140cae 100644 --- a/Formula/fallible.rb +++ b/Formula/fallible.rb @@ -1,7 +1,7 @@ class Fallible < Formula desc 'Fault injection library for stress-testing failure scenarios' homepage 'https://fallible.euandreh.xyz' - url 'https://git.euandreh.xyz/fallible/snapshot/fallible-0.3.0.tar.gz' + url 'https://euandreh.xyz/fallible.git/snapshot/fallible-0.3.0.tar.gz' sha256 '632357979a4dc4b7166b1ec6d15edebff795f95290cbfc225faa7bc0c3fc105a' license 'AGPL-3.0-or-later' |