From fcfd3fcaf7cf0313eb28663855e0e32fcc67a5b5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 14 Aug 2024 10:48:36 +0200 Subject: chore(treewide): Migrate to our self-hosted cgit instance --- LICENSE.spdx | 2 +- README.md | 4 ++++ modules/nixos/vhack/nginx/redirects.nix | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/LICENSE.spdx b/LICENSE.spdx index 428a7ec..fd5b733 100644 --- a/LICENSE.spdx +++ b/LICENSE.spdx @@ -3,5 +3,5 @@ DataLicense: CC0-1.0 Creator: vhack.eu authors PackageName: server-config PackageOriginator: vhack.eu authors -PackageHomePage: https://codeberg.org/vhack.eu/nixos-server +PackageHomePage: https://git.vhack.eu/vhack.eu/nixos-server PackageLicenseDeclared: GPL-3.0-or-later diff --git a/README.md b/README.md new file mode 100644 index 0000000..36d036b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Vhack.eu server infrastructure + +Beware that this repository is only a mirror. The development happens on our +self-hosted [cgit](https://cgit.vhack.eu/vhack.eu/nixos-server) instance. diff --git a/modules/nixos/vhack/nginx/redirects.nix b/modules/nixos/vhack/nginx/redirects.nix index a021e72..2c637a0 100644 --- a/modules/nixos/vhack/nginx/redirects.nix +++ b/modules/nixos/vhack/nginx/redirects.nix @@ -1,6 +1,6 @@ {...}: [ { key = "source.vhack.eu"; - value = "https://codeberg.org/vhack.eu/nixos-server"; + value = "https://git.vhack.eu/vhack.eu/nixos-server"; } ] -- cgit 1.4.1