diff --git a/configure.ac b/configure.ac index 0624b9f..885257e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,8 +5,8 @@ dnl This configure.ac script was created for Autoconf 2.69, but I dnl tried it with one as old as 2.61, and that seemed to work fine. AC_PREREQ([2.69]) -AC_INIT([klh10], [2.0k-Rhialto], [https://github.com/Rhialto/klh10], - [], [https://github.com/Rhialto/klh10]) +AC_INIT([klh10], [2.0k-Rhialto], [https://github.com/PDP-10/klh10], + [], [https://github.com/PDP-10/klh10]) AC_CONFIG_SRCDIR([src/klh10.h]) AC_CONFIG_HEADERS([src/config.h])