diff options
author | kx <kx@radix.pro> | 2024-10-29 14:38:19 +0300 |
---|---|---|
committer | kx <kx@radix.pro> | 2024-10-29 14:38:19 +0300 |
commit | 97d2bda00ab24375ded34cf437dee01d8348b612 (patch) | |
tree | 9c7327e266904915fabe73baaf95b430034a7082 /configure.ac | |
parent | a745159c7d8001491589a912af581ee7ffa2218d (diff) | |
download | pkgtools-trunk.tar.xz |
domain: has been changed to radix-linux.suHEADpkgtools-0.2.2trunk
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d76de14..bab651c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.71) # Minimum Autoconf version required. AC_INIT([pkgtools], [0.2.2], - [support@radix.pro], [pkgtools], [https://radix.pro]) + [support@radix-linux.su], [pkgtools], [https://radix-linux.su]) # ============================================================ # m4's diversions: |