From d24efb84046f6dc0fc53166a7810854909419186 Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Sun, 17 Dec 2017 15:22:10 +0100 Subject: [PATCH] Point bugreports to the PDP-10 organisation, not to me personally. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])