diff options
author | Jack Hill <jackhill@jackhill.us> | 2020-04-09 12:35:40 -0400 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-09 18:45:47 +0200 |
commit | 1ee45e62ec53ab15df791796e1fc27bbd2af8a51 (patch) | |
tree | 7f5658051e490f953664e1f9ec726b9c286f4738 | |
parent | e5afc63bd9d89bc8f6c64d68e6b707d87cdadbd3 (diff) | |
download | guix-1ee45e62ec53ab15df791796e1fc27bbd2af8a51.tar guix-1ee45e62ec53ab15df791796e1fc27bbd2af8a51.tar.gz |
gnu: shellcheck: Update homepage.
* gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update URL.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r-- | gnu/packages/haskell-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |