diff options
Diffstat (limited to '')
-rwxr-xr-x | writable_dirs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writable_dirs.py b/writable_dirs.py index 8ec5216..19f6094 100755 --- a/writable_dirs.py +++ b/writable_dirs.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> -# This file is part of the "writable-dirs" project. -# For details, see https://github.com/egor-tensin/writable-dirs. +# This file is part of the "audit-scripts" project. +# For details, see https://github.com/egor-tensin/audit-scripts. # Distributed under the MIT License. import argparse |