diff options
author | Curtis McEnroe | 2018-11-27 19:13:27 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-11-27 19:13:27 -0500 |
commit | 85ea911b799181e375b1553458853e54ed25f28f (patch) | |
tree | 5e04e7be0a0099a60021c0235f7795be6025b1bf /chat.h | |
parent | d9c47aa94b990e2d2f9e4aeb0c153390808df0d4 (diff) |
Rename project catgirl
This simplifies things.
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h index cb05124..1a56992 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/chatte" +#define SOURCE_URL "https://code.causal.agency/june/catgirl" #include <stdarg.h> #include <stdbool.h> |