diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-05 14:39:34 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-05 14:39:34 +0100 |
commit | 3b9584f9e104feff8146c0d48e4a74706017c68d (patch) | |
tree | 79a9eb7586452db5c032246fd2ab050a3931af55 | |
parent | writable_dirs: Python 3.6 is quite old now (diff) | |
download | audit-scripts-3b9584f9e104feff8146c0d48e4a74706017c68d.tar.gz audit-scripts-3b9584f9e104feff8146c0d48e4a74706017c68d.zip |
renamed the repo
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 |