From 786f65fb107ad95748d8f482e8dc59801a021456 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 7 Aug 2022 21:17:30 +0200 Subject: [PATCH] doc: make source_code_url key mandatory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc3e430628..67193af07a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Don't know where to start? Check issues labeled [`help wanted`](https://github.c # software/my-awesome-software.yml name: "My awesome software" # required website_url: "https://my.awesome.softwar.e" # required, URL of the software project's homepage -source_code_url: "https://gitlab.com/awesome/software" # if different from website_url, URL where the full source code of the program can be downloaded +source_code_url: "https://gitlab.com/awesome/software" # required, URL where the full source code of the program can be downloaded description: "A description of my awesome software, shorter than 250 characters." # required -licenses: # required, see licenses.yml fro the full list of licenses +licenses: # required, see licenses.yml for the full list of licenses - Apache-2.0 - AGPL-3.0 platforms: # required, see platforms/ for the full list of platforms