diff mbox series

website: update package number text

Message ID 20180222221731.7946-1-peter@korsgaard.com
State Accepted
Headers show
Series website: update package number text | expand

Commit Message

Peter Korsgaard Feb. 22, 2018, 10:17 p.m. UTC
We have quite a bit more than "hundreds of packages" nowadays:

find package -name \*.mk | wc -l
2285

So adjust the text to say 'several thousand' instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 docs/website/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Feb. 25, 2018, 8:55 p.m. UTC | #1
Hello,

On Thu, 22 Feb 2018 23:17:31 +0100, Peter Korsgaard wrote:
> We have quite a bit more than "hundreds of packages" nowadays:
> 
> find package -name \*.mk | wc -l
> 2285
> 
> So adjust the text to say 'several thousand' instead.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  docs/website/index.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/docs/website/index.html b/docs/website/index.html
index f0d0175bb7..300adbb83d 100644
--- a/docs/website/index.html
+++ b/docs/website/index.html
@@ -78,7 +78,7 @@ 
 	</div>
       </div>
 
-      <h4>Supports hundreds of packages</h4>
+      <h4>Supports several thousand packages</h4>
       <p>X.org stack, Gtk3, Qt 5, GStreamer, Webkit, Kodi, a large number of network-related and system-related utilities are supported.</p>
 
     </div><!--/col-lg-4 -->