summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hwids/hwids-20150421-r1.ebuild')
-rw-r--r--sys-apps/hwids/hwids-20150421-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwids/hwids-20150421-r1.ebuild b/sys-apps/hwids/hwids-20150421-r1.ebuild
index c68cf73b51e9..dd723dc770ac 100644
--- a/sys-apps/hwids/hwids-20150421-r1.ebuild
+++ b/sys-apps/hwids/hwids-20150421-r1.ebuild
@@ -67,7 +67,7 @@ src_install() {
pkg_postinst() {
if use udev; then
udevadm hwdb --update --root="${ROOT%/}"
- # http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
+ # https://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
[ "${ROOT:-/}" = "/" ] && udevadm control --reload
fi
}