diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 22:00:16 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 22:00:16 +0200 |
commit | 0279a001c9a5a5f470df8f55d4730646059d6807 (patch) | |
tree | 526463e22d9684ff1a87adcde3e6bbaa1cc62154 /sys-auth/bioapi | |
parent | sys-apps/mtree: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-0279a001c9a5a5f470df8f55d4730646059d6807.tar.gz gentoo-0279a001c9a5a5f470df8f55d4730646059d6807.tar.bz2 gentoo-0279a001c9a5a5f470df8f55d4730646059d6807.zip |
sys-auth/bioapi: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-auth/bioapi')
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.3-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/bioapi/bioapi-1.2.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild index 43e54e5f2261..592ed13b161c 100644 --- a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild +++ b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild @@ -7,7 +7,7 @@ EAPI="2" inherit eutils multilib user DESCRIPTION="Framework for biometric-based authentication" -HOMEPAGE="https://code.google.com/p/bioapi-linux/" +HOMEPAGE="https://github.com/mr-c/bioapi-linux" SRC_URI="https://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz" LICENSE="bioapi" diff --git a/sys-auth/bioapi/bioapi-1.2.4.ebuild b/sys-auth/bioapi/bioapi-1.2.4.ebuild index b14f381fded7..84cf30769dde 100644 --- a/sys-auth/bioapi/bioapi-1.2.4.ebuild +++ b/sys-auth/bioapi/bioapi-1.2.4.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils multilib user DESCRIPTION="Framework for biometric-based authentication" -HOMEPAGE="https://code.google.com/p/bioapi-linux/" +HOMEPAGE="https://github.com/mr-c/bioapi-linux" SRC_URI="https://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz" LICENSE="bioapi" |