mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-20 04:24:37 -04:00
Fix whitespace issues
* make sure files contain a final newline * use consistent indentation * trim excess whitespace * trim trailing whitespace
This commit is contained in:
parent
601e215565
commit
cea34725f1
13 changed files with 24 additions and 24 deletions
|
@ -3,9 +3,9 @@ base: core18
|
|||
version: '2.4'
|
||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||
description: |
|
||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||
a web server, making it accessible as a Tor onion service, and generating an unguessable
|
||||
web address so others can download files from you, or upload files to you. It does _not_
|
||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||
a web server, making it accessible as a Tor onion service, and generating an unguessable
|
||||
web address so others can download files from you, or upload files to you. It does _not_
|
||||
require setting up a separate server or using a third party file-sharing service.
|
||||
|
||||
grade: stable # stable or devel
|
||||
|
@ -23,7 +23,7 @@ apps:
|
|||
- removable-media
|
||||
environment:
|
||||
LANG: C.UTF-8
|
||||
|
||||
|
||||
cli:
|
||||
common-id: org.onionshare.OnionShareCli
|
||||
command: onionshare-cli
|
||||
|
@ -146,7 +146,7 @@ parts:
|
|||
- libssl-dev
|
||||
- zlib1g-dev
|
||||
after: [libevent]
|
||||
|
||||
|
||||
libevent:
|
||||
source: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
||||
source-checksum: sha256/92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue