From 83ffc44364a5e25c37b0de597217d1a08c5a7ed8 Mon Sep 17 00:00:00 2001 From: teutat3s <teutates@mailbox.org> Date: Mon, 31 Mar 2025 22:39:00 +0200 Subject: [PATCH] flake: fix invoiceplane-template URL --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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";