aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorpacien2020-02-24 19:57:14 +0100
committerpacien2020-02-24 19:57:14 +0100
commitcfcb8c36ce71bfccdb320e003822497c2b69036f (patch)
treec4ed0f904b8ab38f90dd5c79eeb826afb2b7f043 /compiler
parentece9a34ee7c7a29079f44a7da811a2b23da301c8 (diff)
downloadldgallery-cfcb8c36ce71bfccdb320e003822497c2b69036f.tar.gz
compiler: update compiler package urls
Diffstat (limited to 'compiler')
-rw-r--r--compiler/package.yaml3
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 @@
1name: ldgallery-compiler 1name: ldgallery-compiler
2version: 0.1.0.0 2version: 0.1.0.0
3homepage: https://ldgallery.pacien.org
3github: "pacien/ldgallery" 4github: "pacien/ldgallery"
4license: AGPL-3 5license: AGPL-3
5author: "Pacien TRAN-GIRARD, Guillaume FOUET" 6author: "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
13synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery 14synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery
14category: Web 15category: Web
15description: Please see the README on GitHub at <https://github.com/pacien/ldgallery> 16description: Please see the project's website at <https://ldgallery.pacien.org>
16 17
17dependencies: 18dependencies:
18- base >= 4.7 && < 5 19- base >= 4.7 && < 5