diff --git a/flake.lock b/flake.lock index b12559d..d25e396 100644 --- a/flake.lock +++ b/flake.lock @@ -704,18 +704,18 @@ ] }, "locked": { - "lastModified": 1738536830, - "narHash": "sha256-3QbNcI9qJ0tKv00w0r2Amqf9pylHVolcTyEi30WZxY8=", + "lastModified": 1739185568, + "narHash": "sha256-8wxwZP6WOWZCmpQzZlo5FG0Y8+hDr8O0U1cY6RB9OZQ=", "ref": "main", - "rev": "6fd169aab3ce461fef6a1a4dcbb2ef643e12d9e6", - "revCount": 5, + "rev": "a1ab95888f08020483584d028c68617bafd27b5f", + "revCount": 7, "type": "git", - "url": "https://codeberg.org/0xa/website.git" + "url": "https://git.oxapentane.com/0xa/website.git" }, "original": { "ref": "main", "type": "git", - "url": "https://codeberg.org/0xa/website.git" + "url": "https://git.oxapentane.com/0xa/website.git" } } }, diff --git a/flake.nix b/flake.nix index 142608e..0038003 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; website = { - url = "git+https://codeberg.org/0xa/website.git?ref=main"; + url = "git+https://git.oxapentane.com/0xa/website.git?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; };