diff options
author | nodiscc <nodiscc@gmail.com> | 2023-08-22 12:58:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 12:58:10 +0000 |
commit | b06565e29a40fea8878a27388dd24415ad926368 (patch) | |
tree | 842d51275333b6852b2ee4e47fc9514d99a0051b /Makefile | |
parent | Standardize "alternative to" proprietary services formatting (#4123) (diff) | |
download | awesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.tar.gz awesome-selfhosted-b06565e29a40fea8878a27388dd24415ad926368.zip |
move issue tracking/contribution workflows/project management to awesome-selfhosted-data (#4083)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/33
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/11
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile deleted file mode 100755 index 9c8a08d0..00000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f -SHELL = /bin/bash -# update the AUTHORS file -contrib: - @mv .github/.mailmap . && printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS && git shortlog -sne >> AUTHORS && mv .mailmap .github/.mailmap |