diff --git a/flake.lock b/flake.lock index fe6a7dd..b59d530 100644 --- a/flake.lock +++ b/flake.lock @@ -242,12 +242,12 @@ "rev": "662a254ea8065a0f104ccf5a46b59252e1e08b58", "revCount": 54, "type": "git", - "url": "ssh://git@codeberg.org/ppp/ppp.pm-site.git" + "url": "ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git" }, "original": { "ref": "main", "type": "git", - "url": "ssh://git@codeberg.org/ppp/ppp.pm-site.git" + "url": "ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git" } }, "root": { diff --git a/flake.nix b/flake.nix index ca1ee43..7834054 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ }; pppdotpm-site = { - url = "git+ssh://git@codeberg.org/ppp/ppp.pm-site.git?ref=main"; + url = "git+ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; }; };