about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-15 19:45:05 -0500
committerJune McEnroe <june@causal.agency>2019-12-15 19:45:05 -0500
commitd919d122fb7331614de41279a2937d652e2a8425 (patch)
treea06d0221148f91ea881ba89a7f3c1e8064e2e1f2
parentRefresh prompt on 001 with different nick (diff)
downloadcatgirl-d919d122fb7331614de41279a2937d652e2a8425.tar.gz
catgirl-d919d122fb7331614de41279a2937d652e2a8425.zip
Update git URL
Diffstat (limited to '')
-rw-r--r--chat.h2
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>
>Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe