diff options
author | June McEnroe <june@causal.agency> | 2018-11-27 19:13:27 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-27 19:13:27 -0500 |
commit | 85ea911b799181e375b1553458853e54ed25f28f (patch) | |
tree | 5e04e7be0a0099a60021c0235f7795be6025b1bf /chat.h | |
parent | Add M-m key to insert a blank line (diff) | |
download | catgirl-85ea911b799181e375b1553458853e54ed25f28f.tar.gz catgirl-85ea911b799181e375b1553458853e54ed25f28f.zip |
Rename project catgirl
This simplifies things.
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 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> |