Skip to content

Commit

Permalink
shc: fix url (spack#46517)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 22, 2024
1 parent 27c590d commit 87d389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/shc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Shc(AutotoolsPackage):
and linked to produce a stripped binary executable."""

homepage = "https://neurobin.org/projects/softwares/unix/shc/"
url = "https://github.com/neurobin/shc/archive/4.0.3.tar.gz"
url = "https://github.com/neurobin/shc/archive/refs/tags/4.0.3.tar.gz"

license("GPL-3.0-or-later")

Expand Down

0 comments on commit 87d389f

Please sign in to comment.