flake: Update input URLs to https

This commit is contained in:
Erwin Boskma 2024-04-05 13:13:54 +02:00
parent 02ba6aaf29
commit 4582ac1acc
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
2 changed files with 6 additions and 6 deletions

View file

@ -453,12 +453,12 @@
"rev": "5807cf59b93d937b3804e7b73e30221337c598ad", "rev": "5807cf59b93d937b3804e7b73e30221337c598ad",
"revCount": 5, "revCount": 5,
"type": "git", "type": "git",
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git" "url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
}, },
"original": { "original": {
"ref": "main", "ref": "main",
"type": "git", "type": "git",
"url": "ssh://git@git.datarift.nl/erwin/git-fs-monitor.git" "url": "https://git.datarift.nl/erwin/git-fs-monitor.git"
} }
}, },
"gitignore": { "gitignore": {
@ -952,12 +952,12 @@
"rev": "223fb72217b97ed13248713b5825b234023eed83", "rev": "223fb72217b97ed13248713b5825b234023eed83",
"revCount": 13, "revCount": 13,
"type": "git", "type": "git",
"url": "https://git@git.datarift.nl/erwin/sunshine.git" "url": "https://git.datarift.nl/erwin/sunshine.git"
}, },
"original": { "original": {
"ref": "main", "ref": "main",
"type": "git", "type": "git",
"url": "https://git@git.datarift.nl/erwin/sunshine.git" "url": "https://git.datarift.nl/erwin/sunshine.git"
} }
}, },
"systems": { "systems": {

View file

@ -129,7 +129,7 @@
}; };
sunshine = { sunshine = {
url = "git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main"; url = "git+https://git.datarift.nl/erwin/sunshine.git?ref=main";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";
@ -137,7 +137,7 @@
}; };
git-fs-monitor = { git-fs-monitor = {
url = "git+ssh://git@git.datarift.nl/erwin/git-fs-monitor.git?ref=main"; url = "git+https://git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";