diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:08 +0700 |
commit | 249081cb2181d2d2c07c2adefdd623777dda191c (patch) | |
tree | 1abf5e7d9a614c79d6d6376fdd3632af86682344 /python/Kallithea/README | |
parent | 251c959af2ce2c7ad548d5ef74989be6462a9683 (diff) |
python/Kallithea: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Kallithea/README')
-rw-r--r-- | python/Kallithea/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/Kallithea/README b/python/Kallithea/README index 82fbaaba90b11..e3455c789fdb2 100644 --- a/python/Kallithea/README +++ b/python/Kallithea/README @@ -1,7 +1,7 @@ -Kallithea, a member project of Software Freedom Conservancy, is a GPLv3'd, -Free Software source code management system that supports two leading -version control systems, Mercurial and Git, and has a web interface that is -easy to use for users and admins. +Kallithea, a member project of Software Freedom Conservancy, is a +GPLv3'd, Free Software source code management system that supports two +leading version control systems, Mercurial and Git, and has a web +interface that is easy to use for users and admins. You can install Kallithea on your own server and host repositories for the version control system of your choice. |