aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-09-16 15:01:17 +0100
committerChristopher Baines <mail@cbaines.net>2020-09-16 15:01:17 +0100
commitfbd8395eb069000dfd26e14e0d468dd57c02ac54 (patch)
tree478f1a7532522b80fc9c88b5381806d70334c00b
parentb606e99073bc207015f6d71e5f4aa03184eb5587 (diff)
downloadbuild-coordinator-fbd8395eb069000dfd26e14e0d468dd57c02ac54.tar
build-coordinator-fbd8395eb069000dfd26e14e0d468dd57c02ac54.tar.gz
Fix AC_INIT in configure.ac
Change guix-data-service to guix-build-coordinator.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86e90b2..2a33f4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([guix-data-service], [m4_translit(m4_esyscmd([cat VERSION]),m4_newline)])
+AC_INIT([guix-build-coordinator], [m4_translit(m4_esyscmd([cat VERSION]),m4_newline)])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnu color-tests -Wall -Wno-portability foreign])