about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 15:35:00 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 15:35:00 -0400
commite049d5a2d70465f800cdbab0fc44571d71823971 (patch)
tree0d1e1c6f717b5fdc04135b8318dd3a00282ade28 /chat.h
parentAccept unique prefixes of commands (diff)
downloadcatgirl-e049d5a2d70465f800cdbab0fc44571d71823971.tar.gz
catgirl-e049d5a2d70465f800cdbab0fc44571d71823971.zip
Name project chatte
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h
index 51494de..4975a3e 100644
--- a/chat.h
+++ b/chat.h
@@ -14,7 +14,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define SOURCE_URL "https://code.causal.agency/june/chat"
+#define SOURCE_URL "https://code.causal.agency/june/chatte"
 
 #include <stdarg.h>
 #include <stdbool.h>