summaryrefslogtreecommitdiff
path: root/app-misc/lirc/lirc-0.10.1-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/lirc/lirc-0.10.1-r3.ebuild')
-rw-r--r--app-misc/lirc/lirc-0.10.1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lirc/lirc-0.10.1-r3.ebuild b/app-misc/lirc/lirc-0.10.1-r3.ebuild
index 368f73717811..25782aaa0924 100644
--- a/app-misc/lirc/lirc-0.10.1-r3.ebuild
+++ b/app-misc/lirc/lirc-0.10.1-r3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils
DESCRIPTION="decode and send infra-red signals of many commonly used remote controls"
-HOMEPAGE="http://www.lirc.org/"
+HOMEPAGE="https://www.lirc.org/"
LIRC_DRIVER_DEVICE="/dev/lirc0"
@@ -17,7 +17,7 @@ MY_P=${PN}-${PV/_/-}
if [[ "${PV/_pre/}" = "${PV}" ]]; then
SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2"
else
- SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2"
+ SRC_URI="https://www.lirc.org/software/snapshots/${MY_P}.tar.bz2"
fi
LICENSE="GPL-2+"