]> git.openstreetmap.org Git - chef.git/commitdiff
serverinfo: Update git repo url
authorGrant Slater <git@firefishy.com>
Thu, 21 Jul 2022 14:28:49 +0000 (17:28 +0300)
committerGrant Slater <git@firefishy.com>
Thu, 21 Jul 2022 14:28:49 +0000 (17:28 +0300)
cookbooks/serverinfo/README.md
cookbooks/serverinfo/recipes/default.rb

index 64239b18f6d93da650b7ee088992128e5bafe9d3..3f18f255e5d2c798727b2cc361842ab1e4caaeab 100644 (file)
@@ -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).
index 59226a189a706f97bf6287ca18d00a463984ca34..d830ffb526730de275254fe56ce3563ec279e155 100644 (file)
@@ -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"