# HG changeset patch # User Marcin Kuzminski # Date 2016-12-12 15:50:51 # Node ID cd750fc8585851365d85a3a45fdaf73cc5802472 # Parent fa3746fc85b9b244de752705dcb6bbbb6fd6741b setup: updated url to source code. diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -55,7 +55,7 @@ EXTENSIONS = {} __platform__ = platform.system() __license__ = 'AGPLv3, and Commercial License' __author__ = 'RhodeCode GmbH' -__url__ = 'http://rhodecode.com' +__url__ = 'https://code.rhodecode.com' is_windows = __platform__ in ['Windows'] is_unix = not is_windows