mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 05:12:09 +02:00
Update Contrib line in makefile
This commit is contained in:
parent
86a3597c43
commit
b8d264d23b
1 changed files with 1 additions and 1 deletions
2
Makefile
Normal file → Executable file
2
Makefile
Normal file → Executable file
|
@ -30,7 +30,7 @@ syntaxerrors:
|
|||
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
|
||||
|
||||
contrib:
|
||||
@git shortlog -sne
|
||||
@mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap
|
||||
|
||||
add:
|
||||
@#add a new entry
|
||||
|
|
Loading…
Add table
Reference in a new issue