Update pom URL to point to github Jackson home
diff --git a/pom.xml b/pom.xml
index 325b7a8..dce8a18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
   <description>Core annotations used for value types, used by Jackson data binding package.
   </description>
 
-  <url>http://wiki.fasterxml.com/JacksonHome</url>
+  <url>http://github.com/FasterXML/jackson</url>
   <scm>
     <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
     <developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>