diff --git a/ratarmount.py b/ratarmount.py index db44d551..40c066da 100755 --- a/ratarmount.py +++ b/ratarmount.py @@ -1124,6 +1124,7 @@ def __call__(self, parser, args, values, option_string=None): ("indexed_gzip", "/mxmlnkn/indexed_gzip/master/LICENSE"), ("indexed_zstd", "/martinellimarco/indexed_zstd/master/LICENSE"), ("rapidgzip", "/mxmlnkn/rapidgzip/master/LICENSE-MIT"), + ("fast-zip-decryption", "/mxmlnkn/fast-zip-decryption/LICENSE"), ]: licenseUrl = "https://raw.githubusercontent.com" + githubPath licenseContents = urllib.request.urlopen(licenseUrl).read().decode()