diff mbox series

[bug#40524] gnu: shellcheck: Update homepage.

Message ID 20200409163540.30025-1-jackhill@jackhill.us
State Accepted
Headers show
Series [bug#40524] gnu: shellcheck: Update homepage. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Jack Hill April 9, 2020, 4:35 p.m. UTC
* gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update URL.
---
 gnu/packages/haskell-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

ashish.is--- via Guix-patches" via April 9, 2020, 4:46 p.m. UTC | #1
Jack Hill 写道:
> * gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update 
> URL.

Pushed as 1ee45e62ec53ab15df791796e1fc27bbd2af8a51.

Thanks!

T G-R
diff mbox series

Patch

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index c6821daf00..d12d113945 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -746,7 +746,7 @@  too slow and you'll get wound up in the scroll and crushed.")
        ("ghc-diff" ,ghc-diff)
        ("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-regex-tdfa" ,ghc-regex-tdfa)))
-    (home-page "https://github.com/koalaman/shellcheck")
+    (home-page "https://www.shellcheck.net/")
     (synopsis "Static analysis for shell scripts")
     (description "@code{shellcheck} provides static analysis for
 @command{bash} and @command{sh} shell scripts.