aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/world_foi_websites.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb
index 8cfd0dfae..de063cfde 100644
--- a/lib/world_foi_websites.rb
+++ b/lib/world_foi_websites.rb
@@ -46,10 +46,11 @@ class WorldFOIWebsites
:country_name => "Chile",
:country_iso_code => "CL",
:url => "http://accesointeligente.org"},
- {:country_name => "Australia",
+ {:name => "Right To Know",
+ :country_name => "Australia",
:country_iso_code => "AU",
- # The Australian site is not yet live. So, not including name & url yet.
- }]
+ :url => "http://www.righttoknow.org.au"}
+ ]
return world_foi_websites
end