From cf0db11909a83136ba979c2131dc689d882d0297 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Jul 2022 23:04:36 +0200 Subject: [PATCH] tools/makefile: update hecat (use awesome-lint branch) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb98b21207..fed6a92f37 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install: python3 -m venv .venv source .venv/bin/activate && \ pip3 install wheel && \ - pip3 install --force git+https://github.com/nodiscc/hecat.git@master + pip3 install --force git+https://github.com/nodiscc/hecat.git@awesome-lint .PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted import: install