diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch
index 422bd437fe..6664ab5337 100644
--- a/Spigot-API-Patches/POM-changes.patch
+++ b/Spigot-API-Patches/POM-changes.patch
@@ -43,6 +43,22 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      </properties>
  
+     <!-- just until we get deployment to central approved -->
+     <distributionManagement>
+         <repository>
+-            <id>spigotmc-releases</id>
+-            <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
++            <id>destroystokyo-releases</id>
++            <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
+         </repository>
+         <snapshotRepository>
+-            <id>spigotmc-snapshots</id>
+-            <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
++            <id>destroystokyo-snapshots</id>
++            <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
+         </snapshotRepository>
+     </distributionManagement>
+ 
 @@ -0,0 +0,0 @@
                  </dependencies>
              </plugin>
diff --git a/pom.xml b/pom.xml
index 807e4a8db8..508f3ab479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,12 @@
 
     <distributionManagement>
         <repository>
-            <id>md_5-releases</id>
-            <url>http://repo.md-5.net/content/repositories/releases/</url>
+            <id>destroystokyo-releases</id>
+            <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
-            <id>md_5-snapshots</id>
-            <url>http://repo.md-5.net/content/repositories/snapshots/</url>
+            <id>destroystokyo-snapshots</id>
+            <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
 </project>
\ No newline at end of file