From: Grant Slater Date: Thu, 21 Jul 2022 14:28:49 +0000 (+0300) Subject: serverinfo: Update git repo url X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/73c30c485824f1fa4538ad87917db0c74eb60c0b serverinfo: Update git repo url --- 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"