diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-23 19:40:15 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-07-23 19:40:15 +0700 |
commit | 7c74cd27513692670c99c495cd54f12e43e55e82 (patch) | |
tree | 6a1136d81b5c192a5b166ee95042194191088033 | |
parent | 10bafda5e0e5f940ddfe675deb3b1d30d1cd70ad (diff) | |
download | blog-7c74cd27513692670c99c495cd54f12e43e55e82.tar.gz |
Reapply "Use http repo"
This reverts commit 10bafda5e0e5f940ddfe675deb3b1d30d1cd70ad.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5f1cd35..de05474 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -rf fead ${CONLANGS} web-cv dotnet dotgeek webring: clean - git clone /var/lib/git/~cnx/fead; + git clone https://trong.loang.net/~cnx/fead; python3 fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html dotnet: webring |