diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-04 16:00:24 +0200 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2019-12-05 23:24:11 +0900 |
commit | d433a3e393b04eb5686c460d396228a9b37cd2bc (patch) | |
tree | a9e5ac9b07fb9fa70a8e7f9852e94a76416a5dc8 /eclass/kernel-2.eclass | |
parent | Add me to the kernel-2 eclass genpatches download list (diff) | |
download | gentoo-d433a3e393b04eb5686c460d396228a9b37cd2bc.tar.gz gentoo-d433a3e393b04eb5686c460d396228a9b37cd2bc.tar.bz2 gentoo-d433a3e393b04eb5686c460d396228a9b37cd2bc.zip |
kernel-2.eclass: update HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13866
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index d6aadbb31b48..6a6a268b264a 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -211,7 +211,7 @@ if [[ ${CTARGET} == ${CHOST} && ${CATEGORY/cross-} != ${CATEGORY} ]]; then export CTARGET=${CATEGORY/cross-} fi -HOMEPAGE="https://www.kernel.org/ https://www.gentoo.org/ ${HOMEPAGE}" +HOMEPAGE="https://www.kernel.org/ https://wiki.gentoo.org/wiki/Kernel ${HOMEPAGE}" : ${LICENSE:="GPL-2"} # This is the latest KV_PATCH of the deblob tool available from the |