aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-12-27 13:13:01 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-12-27 13:13:15 +0100
commitc19979f2f83f79ee8788d90716b8ebc68b18ca8b (patch)
treeb2d10d4b877942caecfed0311bc5944c325e9e10
parent80b648c15156a2056f113a42ad527d90c37d0593 (diff)
downloadmanifest-replicant-6.0-dev.tar.gz
manifest-replicant-6.0-dev.tar.bz2
manifest-replicant-6.0-dev.zip
Fix whitespace inconsistenciesreplicant-6.0-dev
Most remotes used only spaces (especially the upstream ones), but some tabs were present in the Replicant and F-Droid remotes, so we converted everything to spaces for consistency with upstream. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml
index 3ef3bfe..3e11f44 100644
--- a/default.xml
+++ b/default.xml
@@ -9,12 +9,12 @@
fetch=".." />
<remote name="replicant"
- fetch=".."
+ fetch=".."
revision="replicant-6.0" />
<remote name="fdroid"
- fetch=".."
- revision="refs/tags/0.2.8" />
+ fetch=".."
+ revision="refs/tags/0.2.8" />
<remote name="private"
fetch="ssh://git@github.com" />