From 375635e42273929d67a7614ea5191178433a9ea0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 27 Mar 2022 12:47:08 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 06d8010..7212fdb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,14 +3,14 @@ "id": "pelican", "packaging_format": 1, "description": { - "en": "Pelican Static Site Generator", - "fr": "Pelican, un générateur de blog statique" + "en": "Static Site Generator", + "fr": "Générateur de blog statique" }, - "version": "1.0", - "url": "https://blog.getpelican.com/", + "version": "1.0~ynh2", + "url": "https://blog.getpelican.com", "upstream": { "license": "AGPL-3.0-or-later", - "website": "https://blog.getpelican.com/", + "website": "https://blog.getpelican.com", "admindoc": "https://docs.getpelican.com/en/latest/index.html", "code": "https://github.com/getpelican/pelican" },