diff options
author | June McEnroe <june@causal.agency> | 2019-12-15 19:45:05 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-15 19:45:05 -0500 |
commit | d919d122fb7331614de41279a2937d652e2a8425 (patch) | |
tree | a06d0221148f91ea881ba89a7f3c1e8064e2e1f2 /chat.h | |
parent | Refresh prompt on 001 with different nick (diff) | |
download | catgirl-d919d122fb7331614de41279a2937d652e2a8425.tar.gz catgirl-d919d122fb7331614de41279a2937d652e2a8425.zip |
Update git URL
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 61d8a96..ee7a087 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/catgirl" +#define SOURCE_URL "https://git.causal.agency/catgirl" #include <stdarg.h> #include <stdbool.h> |