changeset 92deb4b95b00 in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=92deb4b95b00 description: Rename all links from kalkin/.. to omemo/...
diffstat: omemo/README.md | 4 ++-- omemo/manifest.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (31 lines): diff -r 3cc1152c2aa4 -r 92deb4b95b00 omemo/README.md --- a/omemo/README.md Mon Jan 11 11:05:06 2016 +0100 +++ b/omemo/README.md Mon Jan 11 18:13:32 2016 +0100 @@ -41,7 +41,7 @@ ```shell mkdir ~/.local/share/gajim/plugins -p cd ~/.local/share/gajim/plugins -git clone https://github.com/kalkin/gajim-omemo +git clone https://github.com/omemo/gajim-omemo ``` ## Support this project @@ -54,7 +54,7 @@ ## I found a bug Please report it to the [issue -tracker](https://github.com/kalkin/gajim-omemo/issues). If you are experiencing +tracker](https://github.com/omemo/gajim-omemo/issues). If you are experiencing misbehaviour please provide detailed steps to reproduce and debugging output. Always mention the exact Gajim version. diff -r 3cc1152c2aa4 -r 92deb4b95b00 omemo/manifest.ini --- a/omemo/manifest.ini Mon Jan 11 11:05:06 2016 +0100 +++ b/omemo/manifest.ini Mon Jan 11 18:13:32 2016 +0100 @@ -5,5 +5,5 @@ description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install python-axolotl via pip to run this plugin. authors: Bahtiar `kalkin-` Gadimov <[email protected]>, Daniel Gultsch <[email protected]> -homepage: http://github.com/kalkin/gajim-omemo.git +homepage: http://github.com/omemo/gajim-omemo.git _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
