diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-22 21:50:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 21:50:40 +0000 |
commit | 83da4dc389051fce52b32d36e453dd6150cc827e (patch) | |
tree | 7d5ba77ef0dad06c376a4f4892dc3faf7b145dfd /Makefile | |
parent | add IndieWeb to communities (diff) | |
parent | Merge pull request #1300 from meitar/vlc (diff) | |
download | awesome-selfhosted-83da4dc389051fce52b32d36e453dd6150cc827e.tar.gz awesome-selfhosted-83da4dc389051fce52b32d36e453dd6150cc827e.zip |
Merge branch 'master' into add-indieweb
Diffstat (limited to '')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ add: else Moreinfo=$$(echo "($$CDemo$$CSource)" | sed 's|)\[|), [|g') ;\ fi ;\ echo -e "Copy this entry to your clipboard, paste it in the appropriate category:\n\n" ;\ - echo " * [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" + echo "- [$$Name]($$Url) - $${Description} $${Moreinfo} \`$$License\` \`$$Language\`" #TODO ask for category and insert item accordingly |