gnu: shellcheck: Update homepage.

* gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update URL.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Jack Hill 2020-04-09 12:35:40 -04:00 committed by Tobias Geerinckx-Rice
parent e5afc63bd9
commit 1ee45e62ec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -746,7 +746,7 @@ (define-public shellcheck
("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.