From baf8622281c5a78709c0a7a9180eb5316fd6bf85 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Wed, 31 Aug 2022 07:22:59 +0100 Subject: [PATCH] Update repo address --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b9af015..9e9fde4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([picasso],[2.7.0],[https://github.com/fincs/picasso/issues]) +AC_INIT([picasso],[2.7.0],[https://github.com/devkitPro/picasso/issues]) AC_CONFIG_SRCDIR([source/picasso_frontend.cpp]) AM_INIT_AUTOMAKE([subdir-objects])