From 7c3a97a90a29fff79562e2d861b91c8dd399783f Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 9 Aug 2025 11:42:04 +0200 Subject: [PATCH] hosts/web-2: Update legal.clerie.de --- hosts/web-2/legal.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/web-2/legal.nix b/hosts/web-2/legal.nix index 07c25f4..f4bf95a 100644 --- a/hosts/web-2/legal.nix +++ b/hosts/web-2/legal.nix @@ -7,8 +7,8 @@ forceSSL = true; root = pkgs.fetchgit { url = "https://git.clerie.de/clerie/legal.clerie.de.git"; - rev = "c6900226e3107a2e370a32759d83db472ab5450d"; - sha256 = "sha256-lOjbHqYc/85rjotwQ5Oj+MSWnDIfLx2w5mpiJkChbXU="; + rev = "b271b9729f4545c340ce9d16ecbca136031da409"; + sha256 = "sha256-uw69o7LxK+JF1AojSyusU1urshBc63Bgva5lRBgQdKc="; }; locations."/impressum" = { return = ''301 https://legal.clerie.de/#impressum'';