From a47a3586977a1b8320a37b4395c05beba7a77486 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 19 Jan 2024 21:23:59 -0600 Subject: [PATCH] chore: update website Signed-off-by: jolheiser --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index a071420..0f24ca4 100644 --- a/flake.lock +++ b/flake.lock @@ -579,17 +579,17 @@ "tailwind-ctp-lsp": "tailwind-ctp-lsp_2" }, "locked": { - "lastModified": 1699404161, - "narHash": "sha256-/fYYeq4Z4wHq48QZy047Tfs3Q4/yC/LDLLG7PLOqGyk=", + "lastModified": 1705720284, + "narHash": "sha256-hzg8A/M06x+n/JKw4brN+9d9rRyqgbrXk6hWpa6+DEc=", "ref": "refs/heads/main", - "rev": "a3be14a14d3603e0b72689fa5b35961447955365", - "revCount": 12, + "rev": "695d1f16e4345549afd2fdb8ee51953cb804b2eb", + "revCount": 13, "type": "git", - "url": "https://git.jojodev.com/jolheiser/jolheiser.com" + "url": "https://git.jolheiser.com/jolheiserdotcom.git" }, "original": { "type": "git", - "url": "https://git.jojodev.com/jolheiser/jolheiser.com" + "url": "https://git.jolheiser.com/jolheiserdotcom.git" } }, "wsl": { diff --git a/flake.nix b/flake.nix index 7644749..fb09fd8 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; website = { - url = "git+https://git.jojodev.com/jolheiser/jolheiser.com"; + url = "git+https://git.jolheiser.com/jolheiserdotcom.git"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";