diff options
author | June McEnroe <june@causal.agency> | 2018-08-20 15:35:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-20 15:35:00 -0400 |
commit | e049d5a2d70465f800cdbab0fc44571d71823971 (patch) | |
tree | 0d1e1c6f717b5fdc04135b8318dd3a00282ade28 /chat.h | |
parent | Accept unique prefixes of commands (diff) | |
download | catgirl-e049d5a2d70465f800cdbab0fc44571d71823971.tar.gz catgirl-e049d5a2d70465f800cdbab0fc44571d71823971.zip |
Name project chatte
Diffstat (limited to '')
-rw-r--r-- | chat.h | 2 |
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> |