commit: 2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 10 01:58:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 02:38:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2c6c0026
ebuild-writing/common-mistakes: mention HTTPS for HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>
