From 90426f9dbef5f00915840e00c22d7cd4968ef25b Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Fri, 27 Dec 2019 18:40:46 +0100 Subject: [PATCH] Remove python prefix from briar-wrapper --- .gitmodules | 2 +- README.md | 4 ++-- app.briar.gtk.json | 2 +- python-briar-wrapper => briar-wrapper | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename python-briar-wrapper => briar-wrapper (100%) diff --git a/.gitmodules b/.gitmodules index 2c0164f..ea68f6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "python-briar-wrapper"] - path = python-briar-wrapper + path = briar-wrapper url = https://code.briarproject.org/briar/python-briar-wrapper.git diff --git a/README.md b/README.md index 0379d86..48d8d8f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ _Warning: This is still in a very early state and should be considered as prototype._ A simple GTK app for [Briar](https://briar.app), built with Python and GNOME Builder. -It uses the +It uses [python-briar-wrapper](https://code.briarproject.org/briar/python-briar-wrapper) and the [Briar REST API](https://code.briarproject.org/briar/briar/blob/master/briar-headless/README.md) and therefore requires Java. @@ -37,7 +37,7 @@ Once you've done this, change the path of the Briar headless jar in [src/briar/gtk/define.py](src/briar/gtk/define.py), build it with _meson_ and start Briar GTK. -Don't forget to initialize the python-briar-wrapper submodule: +Don't forget to initialize the briar-wrapper submodule: `git submodule update --init` ## Design Goals diff --git a/app.briar.gtk.json b/app.briar.gtk.json index 35411ad..8dc06f2 100644 --- a/app.briar.gtk.json +++ b/app.briar.gtk.json @@ -163,7 +163,7 @@ "sources": [ { "type": "dir", - "path": "python-briar-wrapper" + "path": "briar-wrapper" } ] }, diff --git a/python-briar-wrapper b/briar-wrapper similarity index 100% rename from python-briar-wrapper rename to briar-wrapper -- GitLab