fix: use http clone url from forgejo
This commit is contained in:
parent
2003367108
commit
ecd9fe4adf
|
@ -9,13 +9,13 @@
|
|||
"rev": "686a6af22f6696f0c0595c56f463c078550049fc",
|
||||
"revCount": 17,
|
||||
"type": "git",
|
||||
"url": "https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git"
|
||||
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "trunk",
|
||||
"rev": "686a6af22f6696f0c0595c56f463c078550049fc",
|
||||
"type": "git",
|
||||
"url": "https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git"
|
||||
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
|
||||
}
|
||||
},
|
||||
"nixlib": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
|
||||
authorizedKeysRepo = {
|
||||
url = "git+https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git?ref=trunk&rev=686a6af22f6696f0c0595c56f463c078550049fc";
|
||||
url = "git+https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git?ref=trunk&rev=686a6af22f6696f0c0595c56f463c078550049fc";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue