From def27df889f5f633822147e0c20eb60f99a14d95 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 18 Sep 2022 19:19:24 -0400 Subject: [PATCH] ENH update git urls --- .chezmoiexternal.yaml | 10 +++++----- dot_local/share/packages/xkb-hypermode/PKGBUILD | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.chezmoiexternal.yaml b/.chezmoiexternal.yaml index 24d6211..6fc2235 100644 --- a/.chezmoiexternal.yaml +++ b/.chezmoiexternal.yaml @@ -1,23 +1,23 @@ {{- if .development.emacs }} .config/emacs: type: git-repo - url: https://github.com/ndwarshuis/.emacs.d.git + url: https://lambdahub.yavin4.ch/ndwarshuis/emacs-config.git {{- end }} {{- if .desktop }} .config/rofi-extras: type: git-repo - url: https://github.com/ndwarshuis/rofi-extras.git + url: https://lambdahub.yavin4.ch/ndwarshuis/rofi-extras.git .config/xmonad: type: git-repo - url: https://github.com/ndwarshuis/xmonad-config.git + url: https://lambdahub.yavin4.ch/ndwarshuis/xmonad-config.git .config/xman: type: git-repo - url: https://github.com/ndwarshuis/xman.git + url: https://lambdahub.yavin4.ch/ndwarshuis/xman.git {{- end }} {{- if ne .features.conky_alias "none" }} .config/conky: type: git-repo - url: https://github.com/ndwarshuis/universal-conky.git + url: https://lambdahub.yavin4.ch/ndwarshuis/conky-config.git {{- end }} .local/share/zsh/plugins/zsh-syntax-highlighting: type: git-repo diff --git a/dot_local/share/packages/xkb-hypermode/PKGBUILD b/dot_local/share/packages/xkb-hypermode/PKGBUILD index 531cfa4..dcbdadb 100644 --- a/dot_local/share/packages/xkb-hypermode/PKGBUILD +++ b/dot_local/share/packages/xkb-hypermode/PKGBUILD @@ -5,7 +5,7 @@ pkgdesc="custom us keyboard layout with hyper modifiers" arch=('any') license=('MIT') depends=('xkeyboard-config') -source=("https://github.com/ndwarshuis/xkb-hypermode/archive/v$pkgver.tar.gz") +source=("https://lamdahub.yavin4.ch/ndwarshuis/xkb-hypermode/archive/v$pkgver.tar.gz") md5sums=('8a211c564d0d31ca514bd3253b5990ba') backup=("etc/X11/xorg.conf.d/10-hyperctrl.conf")