diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 886aeca..2cfb292 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git-annex"] path = git-annex - url = git://git-annex.branchable.com/ + url = https://git.joeyh.name/git/git-annex.git @@ -1,6 +1,6 @@ -include config.mk -GHC_VERSION ?= 9.8.3 +GHC_VERSION ?= 9.8.4 img = quay.io/benz0li/ghc-musl:$(GHC_VERSION) annex_version := $(shell git -C git-annex describe) |