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