Show More
@@ -55,7 +55,7 b' EXTENSIONS = {}' | |||
|
55 | 55 | __platform__ = platform.system() |
|
56 | 56 | __license__ = 'AGPLv3, and Commercial License' |
|
57 | 57 | __author__ = 'RhodeCode GmbH' |
|
58 | __url__ = 'http://rhodecode.com' | |
|
58 | __url__ = 'https://code.rhodecode.com' | |
|
59 | 59 | |
|
60 | 60 | is_windows = __platform__ in ['Windows'] |
|
61 | 61 | is_unix = not is_windows |
General Comments 0
You need to be logged in to leave comments.
Login now