diff options
author | Miroslav <schlos@users.noreply.github.com> | 2015-05-24 22:37:54 +0200 |
---|---|---|
committer | Miroslav <schlos@users.noreply.github.com> | 2015-05-24 22:37:54 +0200 |
commit | db6135b17dcea8d847e9d31d6a24c9ed8e805d14 (patch) | |
tree | a238e63a852943383719aee6410c299a3f39cfe9 | |
parent | 623317b3a7f49d1b9bffec43e8bc1ea94bf0f885 (diff) |
Adding Croatian Alaveteli
Added Croatian Alaveteli to the list of world FOI websites
-rw-r--r-- | lib/world_foi_websites.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index b63d0860d..a1e705c82 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -78,7 +78,11 @@ class WorldFOIWebsites {:name => "Слободен пристап", :country_name => "Република Македонија", :country_iso_code => "MK", - :url => "http://www.slobodenpristap.mk/"} + :url => "http://www.slobodenpristap.mk/"}, + {:name => "Imamo pravo znati", + :country_name => "Republika Hrvatska", + :country_iso_code => "HR", + :url => "http://imamopravoznati.org/"} ] return world_foi_websites end |