summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:19:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:19:41 -0700
commit998bca8c0396e046f6336cb38a0cc08183f942c5 (patch)
treedb7c34e8d7e4b94741cce71944cc0634bebf7b2b
parentb6b360aa86ed18fa3db3cfc63526a4e7202595e4 (diff)
downloaddotfiles-998bca8c0396e046f6336cb38a0cc08183f942c5.tar.gz
replace github URLs
-rw-r--r--home-mrconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-mrconfig b/home-mrconfig
index 4c6472df..d98c8a8b 100644
--- a/home-mrconfig
+++ b/home-mrconfig
@@ -107,7 +107,7 @@ lib =
MR_NAME=dotfiles
stowable = true
-checkout = git clone git://github.com/spwhitton/dotfiles.git dotfiles
+checkout = git clone https://git.spwhitton.name/dotfiles.git dotfiles
update =
# always make a go of updating master
branch="$(git rev-parse --abbrev-ref HEAD)"
@@ -250,7 +250,7 @@ pre_stow = mkdir -p ~/.gnupg
[src/propellor]
# This URL needs to be one that will work without my ~/.gitconfig
# insteadOf rewriting rules in place
-checkout = git clone https://github.com/spwhitton/propellor.git propellor --branch spwconf
+checkout = git clone https://git.spwhitton.name/propellor propellor --branch spwconf
# Get a sandbox going. Dependencies should already be in place with
# system-wide propellor package.
@@ -349,7 +349,7 @@ chain = ! [ "${MR_FAST}" = "true" ]
skip = ! [ "$MR_ACTION" = "stowable" ]
[src/srem]
-checkout = git clone github:spwhitton/srem.git srem
+checkout = git clone https://git.spwhitton.name/srem.git srem
post_checkout = ln -s $HOME/src/srem/dist/build/srem/srem $HOME/local/bin/srem
skip = lazy