dev-libs/libx86: set https in HOMEPAGE and SRC_URI urls
authorSergey Popov <pinkbyte@gentoo.org>
Thu, 17 May 2018 11:06:34 +0000 (14:06 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 17 May 2018 11:06:34 +0000 (14:06 +0300)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

dev-libs/libx86/libx86-1.1-r4.ebuild

index fd07a6993aabc5e15a5888409df7d2833eff804a..24efb4976012fcea5bc4fbe8f787e76ed275b3a9 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="A hardware-independent library for executing real-mode x86 code"
-HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86"
-SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
+HOMEPAGE="https://www.codon.org.uk/~mjg59/libx86/"
+SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"