2
0
Fork 0
forked from pub-solar/os

flake: fix invoiceplane-template URL

This commit is contained in:
teutat3s 2025-03-31 22:39:00 +02:00
parent 9849d549bd
commit 83ffc44364
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -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": {

View file

@ -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";