Skip to content

Commit 4dff617

Browse files
authored
Build snap on a newer Ubuntu base
1 parent d7a6325 commit 4dff617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: gitless
44
version: git
55
summary: A simple version control system built on top of Git
6+
license: MIT
67
description: |
78
Gitless is an experimental version control system built on top of Git.
89
Many people complain that Git is hard to use. We think the problem lies
@@ -13,6 +14,8 @@ description: |
1314
Git), you can always fall back on Git. And of course your coworkers you
1415
share a repo with need never know that you're not a Git aficionado.
1516
17+
base: core18
18+
1619
grade: devel # 'stable' for stable/candidate upload
1720
confinement: devmode # 'strict' after right plugs and slots
1821

0 commit comments

Comments
 (0)