summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcan1s2016-03-10 18:59:47 +0300
committerarcan1s2016-03-10 18:59:47 +0300
commit6ade568ec8446cd0b6a2424490eff02cd81ad535 (patch)
tree929a4076d0657b34688d64d03ea141590655b56e
parentca43a1f06d54fc6900bbef770a72a5bfd8550f6a (diff)
downloadaur-6ade568ec8446cd0b6a2424490eff02cd81ad535.tar.gz
fix url
-rw-r--r--netctlgui-helper.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/netctlgui-helper.install b/netctlgui-helper.install
index 7d11847293db..b806ad0feb61 100644
--- a/netctlgui-helper.install
+++ b/netctlgui-helper.install
@@ -2,7 +2,7 @@ post_install() {
setcap cap_setuid=ep usr/bin/netctlgui-helper 2>/dev/null || chmod +s usr/bin/netctlgui-helper
cat << EOF
Note: users should be in network group if you want to get them access to the system bus
-See http://arcanis.name/devs/netctl-gui-security-notes.html#helper
+See https://arcanis.me/devs/netctl-gui-security-notes.html#helper
EOF
}