summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-17 16:22:03 -0700
committerStefano Karapetsas <[email protected]>2013-10-17 16:22:03 -0700
commitc867bb0be8cc40ece8be7cac0709461bec85068e (patch)
tree1192d831807e98fe0f1e478a410c6eafacafca84 /configure.ac
parentbd9e37bc9ab88f8342d66f8e636e901faae31806 (diff)
parentfa9c24a8d33a6325947faf88d2bd4560ace7ffe9 (diff)
downloadpluma-c867bb0be8cc40ece8be7cac0709461bec85068e.tar.bz2
pluma-c867bb0be8cc40ece8be7cac0709461bec85068e.tar.xz
Merge pull request #34 from NiceandGently/master
rename to pluma
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e9fba70d..768f6e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ 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/mate-desktop/mate-text-editor/issues],
+ [https://github.com/mate-desktop/pluma/issues],
[pluma], [http://mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
@@ -589,7 +589,7 @@ it from:
Or checkout the mate-${stable_version} branch of the pluma module from:
- git://github.com/mate-desktop/mate-text-editor.git
+ git://github.com/mate-desktop/pluma.git
Thanks,
The pluma team