chore: migrate module path from git.t-juice.club to code.t-juice.club

Update Go module path and all references for Gitea to Forgejo host migration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 19:31:53 +01:00
parent 5aa5f7275b
commit 79900ae92d
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ A Prometheus exporter for NixOS-specific metrics. Exposes system state informati
```nix
{
inputs.nixos-exporter.url = "git+https://git.t-juice.club/torjus/nixos-exporter";
inputs.nixos-exporter.url = "git+https://code.t-juice.club/torjus/nixos-exporter";
outputs = { self, nixpkgs, nixos-exporter, ... }: {
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {