Skip to content

Commit

Permalink
app-dicts/stardict-jmdict*: fix SRC_URI.
Browse files Browse the repository at this point in the history
Closes: gentoo#1817

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
mm1ke authored and monsieurp committed Jul 12, 2016
1 parent c1d3abb commit 9338811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DICT_PREFIX="jmdict-"
inherit stardict

HOMEPAGE="http://download.huzheng.org/ja/"
SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2"
SRC_URI="http://download.huzheng.org/ja/${P}.tar.bz2"

LICENSE="GDLS"
KEYWORDS="~amd64 ~ppc sparc x86"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DICT_PREFIX="jmdict-"
inherit stardict

HOMEPAGE="http://download.huzheng.org/ja/"
SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2"
SRC_URI="http://download.huzheng.org/ja/${P}.tar.bz2"

LICENSE="GDLS"
KEYWORDS="~amd64 ~ppc sparc x86"
Expand Down

0 comments on commit 9338811

Please sign in to comment.