From 789e972d75dfe1e8432a11a8fa1b13b1b5ecb469 Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Sat, 29 Aug 2015 00:16:20 -0600
Subject: [PATCH] Update domain name to kpe.io

---
 README           | 4 ++--
 debian/control   | 6 +++---
 debian/upload.sh | 2 +-
 debian/watch     | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
 mode change 100755 => 100644 debian/upload.sh

diff --git a/README b/README
index 754cc97..7ef3a63 100644
--- a/README
+++ b/README
@@ -9,8 +9,8 @@ Kevin Rosenberg <kevin@rosenberg.net>
 
 DOWNLOAD
 --------
-Puri home: http://files.b9.com/puri/
-Portable tester home: http://files.b9.com/tester/
+Puri home: http://files.kpe.io/puri/
+Portable tester home: http://files.kpe.io/tester/
 
 
 SUPPORTED PLATFORMS
diff --git a/debian/control b/debian/control
index 7e63271..3c31ecb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
 Build-Depends: debhelper (>= 7.0.0)
 Standards-Version: 3.8.4.0
-Homepage: http://files.b9.com/puri/
-Vcs-Git: git://git.b9.com/puri/
-Vcs-Browser: http://git.b9.com/puri/
+Homepage: http://files.kpe.io/puri/
+Vcs-Git: git://git.kpe.io/puri/
+Vcs-Browser: http://git.kpe.io/puri/
 
 Package: cl-puri
 Architecture: all
diff --git a/debian/upload.sh b/debian/upload.sh
old mode 100755
new mode 100644
index 75dd214..f1d4249
--- a/debian/upload.sh
+++ b/debian/upload.sh
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
-dup puri -Ufiles.b9.com -D/home/ftp/puri -C"(umask 022; /home/kevin/bin/remove-old-versions puri latest)" -su $*
+dup puri -Ufiles.kpe.io -D/home/ftp/puri -C"(umask 022; /home/kevin/bin/remove-old-versions puri latest)" -su $*
diff --git a/debian/watch b/debian/watch
index 1dd81cf..c144685 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://files.b9.com/puri/puri-([\d\.]*)\.tar\.gz
+http://files.kpe.io/puri/puri-([\d\.]*)\.tar\.gz
-- 
GitLab