commit b7fea23c6f73b3da71957b00ca4060fe95309dbf
Author: Hiltjo Posthuma <[email protected]>
Date:   Sat Nov 9 20:12:49 2019 +0100

    checklinks.sh: don't check oldgit.suckless.org

diff --git a/checklinks.sh b/checklinks.sh
index 8fb6fc5f..b51d5bd3 100755
--- a/checklinks.sh
+++ b/checklinks.sh
@@ -8,7 +8,7 @@ find "$t" -name "*.md" -type f | while read -r f; do
 
        ./md-printlinks < "$f" | \
                grep -vE '^(http|https|gopher|irc|ircs|git)://' | \
-               grep -vE '^\/\/(lists|dl|git|gunther)\.' | \
+               grep -vE '^\/\/(lists|dl|git|gunther|oldgit)\.' | \
                grep -vE '^mailto:' | \
                while read -r -- l; do
 


Reply via email to