change xunuwu.xyz repo url to my forgejo instance

This commit is contained in:
xunuwu 2025-06-21 03:57:03 +02:00
parent e2ffa8003f
commit c0023d5f50
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -861,15 +861,15 @@
"locked": {
"lastModified": 1749197856,
"narHash": "sha256-Vk9HO8RMe8fsDCzFQJlp4hAUDFMrduOMDmh6ZifiVHA=",
"owner": "xunuwu",
"repo": "xunuwu.xyz",
"ref": "refs/heads/main",
"rev": "3943ddd64bf04e3631d39f110723f1aee27c3a82",
"type": "github"
"revCount": 7,
"type": "git",
"url": "https://git.xunuwu.xyz/xun/xunuwu.xyz"
},
"original": {
"owner": "xunuwu",
"repo": "xunuwu.xyz",
"type": "github"
"type": "git",
"url": "https://git.xunuwu.xyz/xun/xunuwu.xyz"
}
},
"roblox-playtime": {

View file

@ -110,7 +110,7 @@
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
own-website.url = "github:xunuwu/xunuwu.xyz";
own-website.url = "git+https://git.xunuwu.xyz/xun/xunuwu.xyz";
own-website.inputs.nixpkgs.follows = "nixpkgs";
crosshair-overlay.url = "git+https://git.xunuwu.xyz/xun/crosshair-overlay";