aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-05 14:39:34 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-05 14:39:34 +0100
commit3b9584f9e104feff8146c0d48e4a74706017c68d (patch)
tree79a9eb7586452db5c032246fd2ab050a3931af55
parentwritable_dirs: Python 3.6 is quite old now (diff)
downloadaudit-scripts-3b9584f9e104feff8146c0d48e4a74706017c68d.tar.gz
audit-scripts-3b9584f9e104feff8146c0d48e4a74706017c68d.zip
renamed the repo
-rwxr-xr-xwritable_dirs.py4
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