aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 01:58:38 +0000
committerSam James <sam@gentoo.org>2021-08-01 03:38:37 +0100
commit2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f (patch)
tree63fc674e572d535500f11ffa74fc25e77a05aa49 /ebuild-writing
parentebuild-writing/common-mistakes: mention using latest EAPI (diff)
downloaddevmanual-2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f.tar.gz
devmanual-2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f.tar.bz2
devmanual-2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f.zip
ebuild-writing/common-mistakes: mention HTTPS for HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/common-mistakes/text.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 23935be..ce4bc95 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -405,7 +405,8 @@ right page if they want to find out more about the package. And make sure
the <c>DESCRIPTION</c> is not overly long. Good descriptions will describe
the main function of the package in a sentence. If no homepage for the package
is available, set the <c>HOMEPAGE</c> variable to
-<c>https://wiki.gentoo.org/wiki/No_homepage</c>.
+<c>https://wiki.gentoo.org/wiki/No_homepage</c>. Please also strive to test
+HTTPS support for the site used in <c>HOMEPAGE</c>.
</p>
</body>