update all references from jacekpoz to poz on forgejo instance

This commit is contained in:
jacekpoz 2024-09-15 18:48:50 +02:00
parent 942b83b00f
commit 190aa4727b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
3 changed files with 11 additions and 11 deletions

View file

@ -1275,11 +1275,11 @@
"rev": "06737ed6d71df7ee9f4e2b52a606557f411cfa6a",
"revCount": 32,
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nixwebr.ing"
"url": "https://git.jacekpoz.pl/poz/nixwebr.ing"
},
"original": {
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nixwebr.ing"
"url": "https://git.jacekpoz.pl/poz/nixwebr.ing"
}
},
"nixpak": {
@ -1589,11 +1589,11 @@
"rev": "b1f9ff4ed5fe38973c5c16db7b8c1f6100c52a5e",
"revCount": 51,
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nte"
"url": "https://git.jacekpoz.pl/poz/nte"
},
"original": {
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nte"
"url": "https://git.jacekpoz.pl/poz/nte"
}
},
"nte_2": {
@ -1611,11 +1611,11 @@
"rev": "b1f9ff4ed5fe38973c5c16db7b8c1f6100c52a5e",
"revCount": 51,
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nte"
"url": "https://git.jacekpoz.pl/poz/nte"
},
"original": {
"type": "git",
"url": "https://git.jacekpoz.pl/jacekpoz/nte"
"url": "https://git.jacekpoz.pl/poz/nte"
}
},
"nur": {
@ -3376,11 +3376,11 @@
"rev": "5de178ba2bb71cc8843771a7e8300d068a6b9d81",
"revCount": 307,
"type": "git",
"url": "ssh://jacekpoz/jacekpoz/pozsite.git"
"url": "ssh://jacekpoz/poz/pozsite.git"
},
"original": {
"type": "git",
"url": "ssh://jacekpoz/jacekpoz/pozsite.git"
"url": "ssh://jacekpoz/poz/pozsite.git"
}
},
"quickshell": {

View file

@ -115,7 +115,7 @@
work-secrets.url = "git+ssh://jacekpoz/work/work-secrets";
nix-webring = {
url = "git+https://git.jacekpoz.pl/jacekpoz/nixwebr.ing";
url = "git+https://git.jacekpoz.pl/poz/nixwebr.ing";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View file

@ -10,11 +10,11 @@ in {
services.caddy = let
redirToFlake = ''
redir https://git.jacekpoz.pl/jacekpoz/niksos
redir https://git.jacekpoz.pl/poz/niksos
'';
redirToQmkFork = ''
redir https://git.jacekpoz.pl/jacekpoz/qmk_firmware/src/branch/master/keyboards/lily58/keymaps/poz
redir https://git.jacekpoz.pl/poz/qmk_firmware/src/branch/master/keyboards/lily58/keymaps/poz
'';
in {
enable = true;