From 8cda323d7322dba4365d201f95089e0a4019e71f Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sat, 29 Mar 2014 21:21:52 +0100
Subject: [PATCH] Some improvements to "genesis" hash.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 contrib/chash/chash.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php
index a1e91c28..5bd2893d 100644
--- a/contrib/chash/chash.php
+++ b/contrib/chash/chash.php
@@ -149,9 +149,9 @@ function padHex ($num) {
  */
 $hashes = array(
 	// A famous quote from Deus Ex 2 - Invisible War
-	doublehashString('"Informations must be free." - AI Helios'),
+	doublehashString('"Informations must be free." - AI Helios from Deus Ex'),
 	// My name + URL of my first StatusNet instance
-	doubleHashString('Roland Haeder, http://status.mxchange.org'),
+	doubleHashString('Roland Haeder, https://status.mxchange.org'),
 	// A famous quote from Linus Torwalds
 	doubleHashString('"Software is like sex. Its better when its free." - Linus Torwalds'),
 	// Possible truth ;-)
-- 
2.39.5