diff options
author | Garrett Mills <shout@garrettmills.dev> | 2023-02-08 12:01:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 12:01:24 -0600 |
commit | 89e74edac5e892cda3b3d42f710d018a0277adec (patch) | |
tree | fe1ce1d182dd6c3da69ffad8ea64ca989fa408a6 | |
parent | 83f8ee798f4c3bdc08531464bb762d4b12178e24 (diff) | |
download | gitblit-89e74edac5e892cda3b3d42f710d018a0277adec.tar.gz gitblit-89e74edac5e892cda3b3d42f710d018a0277adec.zip |
Fix Moxie URL in build.xml (#1441)
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" />
|