invoiceplane-templates: use https for fetching
This commit is contained in:
parent
70472a5c38
commit
7b4f1e0102
|
@ -341,11 +341,11 @@
|
||||||
"rev": "8056309d6cf694647262a11415aceac68015cfd2",
|
"rev": "8056309d6cf694647262a11415aceac68015cfd2",
|
||||||
"revCount": 22,
|
"revCount": 22,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.pub.solar/b12f/invoiceplane-templates"
|
"url": "https://git.pub.solar/b12f/invoiceplane-templates.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.pub.solar/b12f/invoiceplane-templates"
|
"url": "https://git.pub.solar/b12f/invoiceplane-templates.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lancache-domains": {
|
"lancache-domains": {
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
deno2nix.url = "github:SnO2WMaN/deno2nix";
|
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";
|
invoiceplane-template.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue