commit: e9c4e2f1ef32d7d43af165c6d3b6537bb6d2ac3e Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Wed Feb 14 00:21:47 2018 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Wed Feb 14 00:21:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c4e2f1
media-fonts/open-sans: Fix SRC_URI Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-fonts/open-sans/open-sans-1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild index 86cf721800e..7cc5b44431e 100644 --- a/media-fonts/open-sans/open-sans-1.ebuild +++ b/media-fonts/open-sans/open-sans-1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit font -DESCRIPTION="A clean and modern sans-serif typeface designed for legibility across interfaces" +DESCRIPTION="Clean and modern sans-serif typeface designed for legibility across interfaces" HOMEPAGE="http://www.opensans.com/" -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.zip" +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip" # renamed from unversioned google zip LICENSE="Apache-2.0"
