forked from pub-solar/os
flake: fix invoiceplane-template URL
This commit is contained in:
parent
9849d549bd
commit
83ffc44364
2 changed files with 3 additions and 3 deletions
4
flake.lock
generated
4
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue