Skip to content

Commit

Permalink
Updated addon URL: SuperTuxTeam -> SuperTux
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Mar 24, 2015
1 parent 35888aa commit a6ea933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/addon_manager.cpp
Expand Up @@ -84,7 +84,7 @@ AddonManager::AddonManager(const std::string& addon_directory,
std::vector<Config::Addon>& addon_config) :
m_downloader(),
m_addon_directory(addon_directory),
m_repository_url("https://raw.githubusercontent.com/SuperTuxTeam/addons/master/index-0_4_0.nfo"),
m_repository_url("https://raw.githubusercontent.com/SuperTux/addons/master/index-0_4_0.nfo"),
m_addon_config(addon_config),
m_installed_addons(),
m_repository_addons(),
Expand Down

0 comments on commit a6ea933

Please sign in to comment.