aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--Makefile2
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
diff --git a/Makefile b/Makefile
index e50bbe6..c661a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -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)