summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGarrett Mills <shout@garrettmills.dev>2023-02-08 12:01:24 -0600
committerGitHub <noreply@github.com>2023-02-08 12:01:24 -0600
commit89e74edac5e892cda3b3d42f710d018a0277adec (patch)
treefe1ce1d182dd6c3da69ffad8ea64ca989fa408a6
parent83f8ee798f4c3bdc08531464bb762d4b12178e24 (diff)
downloadgitblit-89e74edac5e892cda3b3d42f710d018a0277adec.tar.gz
gitblit-89e74edac5e892cda3b3d42f710d018a0277adec.zip
Fix Moxie URL in build.xml (#1441)
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d729cbf2..7c219f99 100644
--- a/build.xml
+++ b/build.xml
@@ -5,11 +5,11 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Retrieve Moxie Toolkit
- documentation @ http://gitblit.github.io/moxie
+ documentation @ http://gitblit-org.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<property name="moxie.version" value="0.9.4" />
- <property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
+ <property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />