aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 15:51:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 15:51:53 +1200
commit17bc96c5b48ff5306aedf91d8ccc817df8901a11 (patch)
treeaaaa3deda724244d09174238aa48b79c58bd756a
parentUse explicit error codes for exit calls (diff)
downloadnwatch-17bc96c5b48ff5306aedf91d8ccc817df8901a11.tar.gz
nwatch-17bc96c5b48ff5306aedf91d8ccc817df8901a11.zip
Remove GitHub URL
-rw-r--r--README.markdown3
-rwxr-xr-xbin/nwatch2
-rw-r--r--share/man/man1/nwatch.12
3 files changed, 4 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 88461ad..96e4d8b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -18,7 +18,8 @@ intended to be called from `cron(8)`:
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
-I recommend you use [`croncrypt(1)`](https://github.com/tejr/croncrypt), so you
+I recommend you use
+[`croncrypt(1)`](https://sanctum.geek.nz/cgit/croncrypt.git/about/), so you
don't leak your network information in plain text in your email.
Please also consider whether your scan actually requires root privileges, and
diff --git a/bin/nwatch b/bin/nwatch
index 6aaa076..03ef0ab 100755
--- a/bin/nwatch
+++ b/bin/nwatch
@@ -14,7 +14,7 @@
# 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
#
# I recommend you use croncrypt(1), so you don't leak your network information
-# in plain text in your email: <https://github.com/tejr/croncrypt>
+# in plain text in your email: <https://sanctum.geek.nz/cgit/croncrypt.git/about>
#
# Please also consider whether your scan actually requires root privileges, and
# could not instead be run by a dedicated user with appropriately limited
diff --git a/share/man/man1/nwatch.1 b/share/man/man1/nwatch.1
index a5fe0be..9414e0e 100644
--- a/share/man/man1/nwatch.1
+++ b/share/man/man1/nwatch.1
@@ -24,7 +24,7 @@ for running from cron(8):
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
.PP
I recommend you use croncrypt(1), so you don't leak your network information in
-plain text in your email: https://github.com/tejr/croncrypt
+plain text in your email: https://sanctum.geek.nz/cgit/dotfiles.git/about/
.PP
Please also consider whether your scan actually requires root privileges, and
could not instead be run by a dedicated user with appropriately limited