]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "wiki: use tmp fork of OsmWikibase"
authorGrant Slater <github@firefishy.com>
Fri, 27 Jan 2023 07:49:17 +0000 (07:49 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 27 Jan 2023 07:49:17 +0000 (07:49 +0000)
This reverts commit b014bc9a52b137e1185423818fa2db469807f76f.

cookbooks/wiki/recipes/default.rb

index fb1aaf5cd703c371dc1b1e18061dca70fab8beec..58836b54fd182e58f96048101b139b5695456a9a 100644 (file)
@@ -82,9 +82,8 @@ end
 
 mediawiki_extension "OsmWikibase" do
   site "wiki.openstreetmap.org"
-  # FIXME: switch back to upstream once https://github.com/nyurik/OsmWikibase/issues/1 is fixed
-  repository "https://github.com/Firefishy/OsmWikibase.git"
-  reference "blind-hack-normalizePageName"
+  repository "https://github.com/nyurik/OsmWikibase.git"
+  reference "master"
 end
 
 mediawiki_extension "Echo" do