diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-02-05 02:04:31 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-02-05 02:04:31 +0400 |
| commit | 295892f1a3dd980653df1b6223a6667ed8c8f401 (patch) | |
| tree | 09b9277854723146251b1013015672438037afa7 /configure.ac | |
| parent | NEWS, TODO: Update. (diff) | |
| download | guile-ssh-295892f1a3dd980653df1b6223a6667ed8c8f401.tar.gz | |
configure.ac (AC_INIT): Update information about the package.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9963c63..365dba9 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,9 @@ You should have received a copy of the GNU General Public License along with libguile-ssh. If not, see <http://www.gnu.org/licenses/>. ]]) -AC_INIT([libguile-ssh], [0.4.0], [poptsov.artyom@gmail.com]) +AC_INIT([Guile-SSH], [0.4.0], [poptsov.artyom@gmail.com], + [guile-ssh], + [https://github.com/artyom-poptsov/libguile-ssh]) AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT) |
