diff options
author | Steve Zesch <[email protected]> | 2012-01-13 19:41:45 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-01-13 19:41:45 -0500 |
commit | f3a8febfec4c03efbb478fd976097d2a9815ccf1 (patch) | |
tree | 86a6c013d051e00b48434d4c7836a3fd95fdcd40 /configure.ac | |
parent | d90bda7d80e42efbc7ec813e179091dad8ea93e3 (diff) | |
download | pluma-f3a8febfec4c03efbb478fd976097d2a9815ccf1.tar.bz2 pluma-f3a8febfec4c03efbb478fd976097d2a9815ccf1.tar.xz |
Changed url in about window.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 40ce0a89..ae8989cc 100755 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], - [https://github.com/perberos/mate-text-editor], - [pluma], [https://matsusoft.com.ar/projects/mate/]) + [https://github.com/mate-desktop/mate-text-editor], + [pluma], [http://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(pluma/pluma.c) |