diff mbox series

[1/1] package/fmt: add an upstream URL to Config.in

Message ID 20191126150028.28743-1-mark@dibsco.co.uk
State Accepted
Headers show
Series [1/1] package/fmt: add an upstream URL to Config.in | expand

Commit Message

Mark Corbin Nov. 26, 2019, 3 p.m. UTC
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
---
 package/fmt/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni Nov. 26, 2019, 8:45 p.m. UTC | #1
On Tue, 26 Nov 2019 15:00:28 +0000
Mark Corbin <mark@dibsco.co.uk> wrote:

> Add an upstream URL to the help text in Config.in. This
> addresses the 'Missing' URL status in the package stats
> web page output.
> 
> Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
> ---
>  package/fmt/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/fmt/Config.in b/package/fmt/Config.in
> index 69a6fb80a6..1251ace2b2 100644
> --- a/package/fmt/Config.in
> +++ b/package/fmt/Config.in
> @@ -7,5 +7,7 @@ config BR2_PACKAGE_FMT
>  	  used as a safe alternative to printf or as a fast alternative
>  	  to IOStreams.
>  
> +	  https://fmt.dev/latest/index.html

Just

	  https://fmt.dev

was sufficient, so I changed to this, and applied to master.

Thanks,

Thomas
diff mbox series

Patch

diff --git a/package/fmt/Config.in b/package/fmt/Config.in
index 69a6fb80a6..1251ace2b2 100644
--- a/package/fmt/Config.in
+++ b/package/fmt/Config.in
@@ -7,5 +7,7 @@  config BR2_PACKAGE_FMT
 	  used as a safe alternative to printf or as a fast alternative
 	  to IOStreams.
 
+	  https://fmt.dev/latest/index.html
+
 comment "fmt needs a toolchain w/ C++, wchar"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR