diff --git a/flake.lock b/flake.lock
index aad07fd3..da0ff3fe 100644
--- a/flake.lock
+++ b/flake.lock
@@ -155,11 +155,11 @@
         "rev": "a4f2aa76583b5dfa3f2db12ff360ba9f229cfb2f",
         "revCount": 37,
         "type": "git",
-        "url": "https://git.pub.solar/momo/invoiceplane-templates.git"
+        "url": "https://git.pub.solar/momo/invoiceplane-template.git"
       },
       "original": {
         "type": "git",
-        "url": "https://git.pub.solar/momo/invoiceplane-templates.git"
+        "url": "https://git.pub.solar/momo/invoiceplane-template.git"
       }
     },
     "lix": {
diff --git a/flake.nix b/flake.nix
index 5cea9cc6..3bc15de4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,7 +39,7 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
-    invoiceplane-template.url = "git+https://git.pub.solar/momo/invoiceplane-templates.git";
+    invoiceplane-template.url = "git+https://git.pub.solar/momo/invoiceplane-template.git";
     invoiceplane-template.inputs.nixpkgs.follows = "nixpkgs";
     invoiceplane-template.inputs.flake-parts.follows = "flake-parts";