Skip to content

Commit d3f52e5

Browse files
authored
Fix unsupported fields in snapcraft.yaml (AssemblyScript#2087)
1 parent a32cead commit d3f52e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

snap/snapcraft.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: assemblyscript
2-
title: AssemblyScript
32
summary: A TypeScript-like language for WebAssembly.
43
description: |
54
AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.
@@ -8,11 +7,6 @@ description: |
87
https://www.assemblyscript.org
98
type: app
109
icon: media/icon.svg
11-
issues: https://github.com/AssemblyScript/assemblyscript/issues
12-
donation: https://opencollective.com/assemblyscript
13-
source-code: https://github.com/AssemblyScript/assemblyscript.git
14-
website: https://www.assemblyscript.org
15-
license: Apache-2.0
1610
version: git
1711
grade: stable
1812
confinement: strict

0 commit comments

Comments
 (0)