Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Sun, 01 Aug 2021 02:38:51
Message-Id: 1627785517.2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f.sam@gentoo
1 commit: 2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 01:58:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 02:38:37 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2c6c0026
7
8 ebuild-writing/common-mistakes: mention HTTPS for HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 ebuild-writing/common-mistakes/text.xml | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
16 index 23935be..ce4bc95 100644
17 --- a/ebuild-writing/common-mistakes/text.xml
18 +++ b/ebuild-writing/common-mistakes/text.xml
19 @@ -405,7 +405,8 @@ right page if they want to find out more about the package. And make sure
20 the <c>DESCRIPTION</c> is not overly long. Good descriptions will describe
21 the main function of the package in a sentence. If no homepage for the package
22 is available, set the <c>HOMEPAGE</c> variable to
23 -<c>https://wiki.gentoo.org/wiki/No_homepage</c>.
24 +<c>https://wiki.gentoo.org/wiki/No_homepage</c>. Please also strive to test
25 +HTTPS support for the site used in <c>HOMEPAGE</c>.
26 </p>
27
28 </body>