diff --git a/Info.plist b/Info.plist
index d4c437f..453de02 100644
--- a/Info.plist
+++ b/Info.plist
@@ -5,7 +5,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.webkeks.${PRODUCT_NAME:rfc1034identifier}
+ zone.heap.${PRODUCT_NAME:rfc1034identifier}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/configure.ac b/configure.ac
index 7c2c589..a701be2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(ObjOpenSSL, 0.1, js@webkeks.org)
+AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
AC_CONFIG_SRCDIR(src)
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
diff --git a/src/ObjOpenSSL.h b/src/ObjOpenSSL.h
index 478b2f5..d4543cd 100644
--- a/src/ObjOpenSSL.h
+++ b/src/ObjOpenSSL.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011, Jonathan Schleifer
+ * Copyright (c) 2011, Jonathan Schleifer
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/SSLInvalidCertificateException.h b/src/SSLInvalidCertificateException.h
index a2252a3..d5c4cb1 100644
--- a/src/SSLInvalidCertificateException.h
+++ b/src/SSLInvalidCertificateException.h
@@ -1,8 +1,8 @@
/*
* Copyright (c) 2011, Florian Zeitz
- * Copyright (c) 2013, Jonathan Schleifer
+ * Copyright (c) 2013, Jonathan Schleifer
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/SSLInvalidCertificateException.m b/src/SSLInvalidCertificateException.m
index 3cc1882..a3a4ab1 100644
--- a/src/SSLInvalidCertificateException.m
+++ b/src/SSLInvalidCertificateException.m
@@ -1,8 +1,8 @@
/*
* Copyright (c) 2011, Florian Zeitz
- * Copyright (c) 2013, Jonathan Schleifer
+ * Copyright (c) 2012, 2013, 2016, Jonathan Schleifer
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/SSLSocket.h b/src/SSLSocket.h
index 97d20b2..9f8b0e9 100644
--- a/src/SSLSocket.h
+++ b/src/SSLSocket.h
@@ -1,8 +1,8 @@
/*
- * Copyright (c) 2011, 2013, Jonathan Schleifer
+ * Copyright (c) 2011, 2013, 2015, Jonathan Schleifer
* Copyright (c) 2011, Florian Zeitz
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/SSLSocket.m b/src/SSLSocket.m
index 9ef9a9f..dec0b9f 100644
--- a/src/SSLSocket.m
+++ b/src/SSLSocket.m
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2011, 2012, 2013, 2014, 2015
- * Jonathan Schleifer
+ * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016
+ * Jonathan Schleifer
* Copyright (c) 2011, Florian Zeitz
* Copyright (c) 2011, Jos Kuijpers
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/X509Certificate.h b/src/X509Certificate.h
index 0e9cca5..2ce2101 100644
--- a/src/X509Certificate.h
+++ b/src/X509Certificate.h
@@ -1,8 +1,8 @@
/*
* Copyright (c) 2011, Florian Zeitz
- * Copyright (c) 2013, Jonathan Schleifer
+ * Copyright (c) 2013, 2016, Jonathan Schleifer
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/src/X509Certificate.m b/src/X509Certificate.m
index 6ec9afa..783c7f9 100644
--- a/src/X509Certificate.m
+++ b/src/X509Certificate.m
@@ -1,8 +1,8 @@
/*
* Copyright (c) 2011, Florian Zeitz
- * Copyright (c) 2011, 2013, Jonathan Schleifer
+ * Copyright (c) 2011, 2012, 2013, 2015, Jonathan Schleifer
*
- * https://webkeks.org/git/?p=objopenssl.git
+ * https://heap.zone/git/?p=objopenssl.git
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above