From 73c30c485824f1fa4538ad87917db0c74eb60c0b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 21 Jul 2022 17:28:49 +0300 Subject: [PATCH] serverinfo: Update git repo url --- cookbooks/serverinfo/README.md | 2 +- cookbooks/serverinfo/recipes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/serverinfo/README.md b/cookbooks/serverinfo/README.md index 64239b18f..3f18f255e 100644 --- a/cookbooks/serverinfo/README.md +++ b/cookbooks/serverinfo/README.md @@ -2,4 +2,4 @@ This cookbook configures the hardware details website found at [hardware.openstreetmap.org](https://hardware.openstreetmap.org). The code for -the website itself is available at [github.com/gravitystorm/osmf-server-info](https://github.com/gravitystorm/osmf-server-info). +the website itself is available at [github.com/osmfoundation/osmf-server-info](https://github.com/osmfoundation/osmf-server-info). diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 59226a189..d830ffb52 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -32,7 +32,7 @@ package %w[ git "/srv/hardware.openstreetmap.org" do action :sync - repository "https://github.com/gravitystorm/osmf-server-info.git" + repository "https://github.com/osmfoundation/osmf-server-info.git" depth 1 user "root" group "root" -- 2.43.2