From 1d2231a415513c45a745e9505e2f52b368b5239b Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 25 Dec 2022 10:53:51 +0000 Subject: [PATCH] Move repository to SDF server. --- packages/package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/package.json b/packages/package.json index 9c4c715..9d57d9e 100644 --- a/packages/package.json +++ b/packages/package.json @@ -12,7 +12,7 @@ "bin": "./urchin", "repository": { "type": "git", - "url": "git://github.com/tlevine/urchin.git" + "url": "https://git.sdf.org/tlevine/urchin" }, "keywords": [ "shell", diff --git a/readme.md b/readme.md index 53a5ac3..21940d5 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ have shells called "tests". Urchin's tests are written in Urchin, so you can run them to see what Urchin is like. Clone the repository - git clone git://github.com/tlevine/urchin.git + git clone https://git.sdf.org/tlevine/urchin Run the tests @@ -51,7 +51,7 @@ Urchin is contained in a single file, so you can install it by copying it to a directory in your `PATH`. For example, you can run the following as root. cd /usr/local/bin - wget https://raw.githubusercontent.com/tlevine/urchin/v0.1.0-rc3/urchin + wget https://git.sdf.org/tlevine/urchin/raw/branch/master/urchin chmod +x urchin Urchin can be installed with npm too.