From c6e5d1ece9c9ddf738e4124135f33651c94baa7c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 17 Nov 2021 17:31:35 +0100 Subject: add link to software sources to ease compliance with AGPL --- src/test/development_config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test/development_config.json') diff --git a/src/test/development_config.json b/src/test/development_config.json index 5998918..30cf10d 100644 --- a/src/test/development_config.json +++ b/src/test/development_config.json @@ -16,6 +16,11 @@ // clients). "static_resource_uri": "http://localhost:8000/", + // Hydrilla will display this link to users as a place where they can + // obtain sources for its software. This config option is meant to ease + // compliance with the AGPL. + "hydrilla_sources_uri": "https://git.koszko.org/pydrilla/", + // Make Pydrilla error out on any warning "werror": true -- cgit v1.2.3