aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-23 11:12:02 -0500
committerChristian Cleberg <[email protected]>2026-03-23 11:12:02 -0500
commitbf27b6228f0b62be57334eda54012c55ab7c2567 (patch)
tree87176c0f6f4af0fb1af3b831419b12702a6556b3
parentac04bbcb2db0079dcc2978c6fe652210f490d06b (diff)
downloadcleberg.net-bf27b6228f0b62be57334eda54012c55ab7c2567.tar.gz
cleberg.net-bf27b6228f0b62be57334eda54012c55ab7c2567.tar.bz2
cleberg.net-bf27b6228f0b62be57334eda54012c55ab7c2567.zip
fix emacs package clone urls
-rw-r--r--.build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index b338234..4a91927 100644
--- a/.build.yml
+++ b/.build.yml
@@ -21,11 +21,11 @@ tasks:
curl -sSfL https://github.com/tdewolff/minify/releases/latest/download/minify_linux_amd64.tar.gz \
| tar -xz -C ~/.local/bin minify
mkdir -p ~/.config/emacs/.local/straight/repos
- git clone --depth 1 https://github.com/nicferrier/emacs-htmlize \
+ git clone --depth 1 https://github.com/emacsorphanage/htmlize \
~/.config/emacs/.local/straight/repos/htmlize
- git clone --depth 1 https://github.com/emacs-weblorg/weblorg \
+ git clone --depth 1 https://github.com/emacs-love/weblorg \
~/.config/emacs/.local/straight/repos/weblorg
- git clone --depth 1 https://github.com/emacs-weblorg/templatel \
+ git clone --depth 1 https://github.com/emacs-love/templatel \
~/.config/emacs/.local/straight/repos/templatel
- build: |
source ~/.local/bin/env