diff options
author | tastytea <gentoo@tastytea.de> | 2023-09-27 19:52:06 +0200 |
---|---|---|
committer | tastytea <gentoo@tastytea.de> | 2023-09-27 19:52:06 +0200 |
commit | 401efca55683c94c002848c559d9d99ad6b848bf (patch) | |
tree | 9e917ce35a824d0d4956769f9c78ff9fefc59038 /media-fonts | |
parent | media-fonts/source-han-serif: drop 1.001 (diff) | |
download | guru-401efca55683c94c002848c559d9d99ad6b848bf.tar.gz guru-401efca55683c94c002848c559d9d99ad6b848bf.tar.bz2 guru-401efca55683c94c002848c559d9d99ad6b848bf.zip |
media-fonts/source-han-mono: fix HOMEPAGE
Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/source-han-mono/source-han-mono-1.002.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/source-han-mono/source-han-mono-1.002.ebuild b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild index 513b54344..670601e8a 100644 --- a/media-fonts/source-han-mono/source-han-mono-1.002.ebuild +++ b/media-fonts/source-han-mono/source-han-mono-1.002.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit font DESCRIPTION="Pan-CJK OpenType/CFF mono font family" -HOMEPAGE="https://github.com/adobe-fonts/source-han-serif/" +HOMEPAGE="https://github.com/adobe-fonts/source-han-mono" SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}/SourceHanMono.ttc -> ${P}.ttc" S=${WORKDIR} |