Skip to content

Commit 824eb10

Browse files
committed
Fix link entry format
1 parent 2308267 commit 824eb10

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

charmcraft.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ peers:
4848
interface: git_ubuntu_primary_info
4949

5050
links:
51-
website:
52-
- https://charmhub.io/git-ubuntu
53-
issues:
54-
- https://github.com/canonical/git-ubuntu-operator/issues
55-
source:
56-
- https://github.com/canonical/git-ubuntu-operator
57-
documentation:
58-
- https://discourse.charmhub.io/t/git-ubuntu-operator-documentation/19098
51+
website: |
52+
https://charmhub.io/git-ubuntu
53+
issues: |
54+
https://github.com/canonical/git-ubuntu-operator/issues
55+
source: |
56+
https://github.com/canonical/git-ubuntu-operator
57+
documentation: |
58+
https://discourse.charmhub.io/t/git-ubuntu-operator-documentation/19098
5959
6060
config:
6161
options:
@@ -81,6 +81,11 @@ config:
8181
An ssh private key that matches with a public key associated with the
8282
lpuser account on Launchpad.
8383
type: secret
84+
lpuser_lp_key:
85+
description: |
86+
A Launchpad keyring entry that allows launchpadlib access, associated
87+
with the lpuser account on Launchpad.
88+
type: secret
8489
publish:
8590
description: |
8691
If updates should be pushed to Launchpad. Set to False for local

0 commit comments

Comments
 (0)