diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-06 19:06:16 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:55:27 -0400 |
commit | ce5ed4e37be4ead3bd4dfc2427ee56b7e4cccab9 (patch) | |
tree | ece17836794048f294b4c09ddc8fdfe7a3be4ea7 /app-accessibility/julius | |
parent | app-emulation/crossover-bin: use HTTPS, update HOMEPAGE (diff) | |
download | gentoo-ce5ed4e37be4ead3bd4dfc2427ee56b7e4cccab9.tar.gz gentoo-ce5ed4e37be4ead3bd4dfc2427ee56b7e4cccab9.tar.bz2 gentoo-ce5ed4e37be4ead3bd4dfc2427ee56b7e4cccab9.zip |
app-accessibility/julius: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11917
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-accessibility/julius')
-rw-r--r-- | app-accessibility/julius/julius-4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/julius/julius-4.2.2.ebuild b/app-accessibility/julius/julius-4.2.2.ebuild index 6c41e4be6171..b26cdb8dfc2c 100644 --- a/app-accessibility/julius/julius-4.2.2.ebuild +++ b/app-accessibility/julius/julius-4.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Large Vocabulary Continuous Speech Recognition Engine" -HOMEPAGE="http://julius.sourceforge.jp/" +HOMEPAGE="https://github.com/julius-speech/julius" SRC_URI="mirror://sourceforge.jp/julius/56549/${P}.tar.gz" LICENSE="julius" |