commit 9a933de3f2294a2583271dd1bb6c182227b36c27
parent 391092afda6e7f28a145746a2bded842b4e871e9
Author: Markus Hanetzok <markus@hanetzok.net>
Date: Mon, 20 Mar 2023 11:42:21 +0100
Change source for suckless programs
By default, zerog will install my builds of dwm, st and dmenu. This can
be changed by editing the $suckless variable.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zerog b/zerog
@@ -6,7 +6,7 @@ name="$(logname)"
progs="git.hanetzok.net/zerog/progs.list"
dotfiles="git://git.hanetzok.net/dotfiles"
logfile="/tmp/zerog.log"
-suckless="git://git.suckless.org"
+suckless="git://git.hanetzok.net"
# Repos for AUR programs
mwrepo="https://aur.archlinux.org/mutt-wizard-git.git"