diff options
Diffstat (limited to 'sys-apps/hwids/hwids-20150417.ebuild')
-rw-r--r-- | sys-apps/hwids/hwids-20150417.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwids/hwids-20150417.ebuild b/sys-apps/hwids/hwids-20150417.ebuild index 77be47870cd3..c635295d1463 100644 --- a/sys-apps/hwids/hwids-20150417.ebuild +++ b/sys-apps/hwids/hwids-20150417.ebuild @@ -59,7 +59,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 } |