invoiceplane-templates: use https for fetching

This commit is contained in:
Benjamin Yule Bädorf 2024-05-23 09:22:42 +02:00
parent 70472a5c38
commit 7b4f1e0102
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 3 additions and 3 deletions

View file

@ -341,11 +341,11 @@
"rev": "8056309d6cf694647262a11415aceac68015cfd2",
"revCount": 22,
"type": "git",
"url": "ssh://gitea@git.pub.solar/b12f/invoiceplane-templates"
"url": "https://git.pub.solar/b12f/invoiceplane-templates.git"
},
"original": {
"type": "git",
"url": "ssh://gitea@git.pub.solar/b12f/invoiceplane-templates"
"url": "https://git.pub.solar/b12f/invoiceplane-templates.git"
}
},
"lancache-domains": {

View file

@ -44,7 +44,7 @@
deno2nix.url = "github:SnO2WMaN/deno2nix";
invoiceplane-template.url = "git+ssh://gitea@git.pub.solar/b12f/invoiceplane-templates";
invoiceplane-template.url = "git+https://git.pub.solar/b12f/invoiceplane-templates.git";
invoiceplane-template.inputs.nixpkgs.follows = "nixpkgs";
};