summary refs log tree commit diff
diff options
context:
space:
mode:
-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>
/cgit-pink/commit/ui-summary.c?h=1.3.0&id=977a3ad7bf212e6ec7f43c16763321061ee64a69&follow=1'>ui-summary.c: Move urls variable into print_urls()Lukas Fleischer 2013-03-20Fix colspan valuesLukas Fleischer 2013-03-20html: check return value of writeJason A. Donenfeld 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping