[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/03: build: Fix tarball name.
From: |
Ludovic Courtès |
Subject: |
[gnunet] 02/03: build: Fix tarball name. |
Date: |
Fri, 13 Nov 2015 20:56:07 +0000 |
civodul pushed a commit to branch master
in repository gnunet.
commit f8e846f92ecdd440f1b983238d6a3051e84001b3
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 13 21:51:46 2015 +0100
build: Fix tarball name.
* configure.ac: Change tarball name to 'guile-gnunet'.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0d505a5..b4405c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.69)
-AC_INIT([Guile-GNUnet], [0.0], address@hidden, [guix],
+AC_INIT([Guile-GNUnet], [0.0], address@hidden, [guile-gnunet],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])