Browse Source

Remove unnecessary whitespace in snapcraft.yaml (#22090)


Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
tags/v1.19.0-rc0
Yarden Shoham 1 year ago
parent
commit
9745c33e9e
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      snap/snapcraft.yaml

+ 1
- 2
snap/snapcraft.yaml View File

name: gitea name: gitea
summary: Gitea - A painless self-hosted Git service
summary: Gitea - A painless self-hosted Git service
description: | description: |
The goal of this project is to make the easiest, fastest, and most painless The goal of this project is to make the easiest, fastest, and most painless
way of setting up a self-hosted Git service. With Go, this can be done with way of setting up a self-hosted Git service. With Go, this can be done with
command: usr/bin/sqlite3 command: usr/bin/sqlite3


parts: parts:

gitea: gitea:
plugin: make plugin: make
source: . source: .

Loading…
Cancel
Save