From af14ad3e063832a90496140361b01df3b0564a18 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 22 Aug 2023 15:18:45 +0200 Subject: [PATCH] tools: makefile/import: don't copy .mailmap from source repository - file was deleted --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d0482fbe16..ff19ca03bb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ install: .PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted import: clean install git clone --depth=1 https://github.com/awesome-selfhosted/awesome-selfhosted - cp awesome-selfhosted/.github/.mailmap .mailmap cp awesome-selfhosted/AUTHORS AUTHORS rm -rf tags/ software/ platforms/ mkdir -p tags/ software/ platforms/