diff options
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index 3fc2ab7..25b16af 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -1,5 +1,6 @@ | |||
1 | name: ldgallery-compiler | 1 | name: ldgallery-compiler |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | homepage: https://ldgallery.pacien.org | ||
3 | github: "pacien/ldgallery" | 4 | github: "pacien/ldgallery" |
4 | license: AGPL-3 | 5 | license: AGPL-3 |
5 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" | 6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" |
@@ -12,7 +13,7 @@ extra-source-files: | |||
12 | # Metadata used when publishing your package | 13 | # Metadata used when publishing your package |
13 | synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery | 14 | synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery |
14 | category: Web | 15 | category: Web |
15 | description: Please see the README on GitHub at <https://github.com/pacien/ldgallery> | 16 | description: Please see the project's website at <https://ldgallery.pacien.org> |
16 | 17 | ||
17 | dependencies: | 18 | dependencies: |
18 | - base >= 4.7 && < 5 | 19 | - base >= 4.7 && < 5 |