url address update

This commit is contained in:
Rseifert 2013-04-11 02:15:29 -04:00
parent df95553cb1
commit 05de063080
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<<project name="Fluid%20Mechanics" default="build">
<project name="Fluid%20Mechanics" default="build">
<property file="build.properties" />
<property environment="env" />

View file

@ -199,7 +199,7 @@ public class FluidMech extends DummyModContainer
meta.name = FluidMech.MOD_NAME;
meta.description = "Simple liquid and mechanical handling support system. Adds pumps, pipes, tanks, and tools to work with liquids";
meta.url = "http://universalelectricity.com/?m=fluid_mechanics";
meta.url = "http://www.universalelectricity.com/fluidmechanics";
meta.logoFile = "/EELogo.png";
meta.version = FluidMech.VERSION;