diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-11-17 17:31:35 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-11-17 17:31:35 +0100 |
commit | c6e5d1ece9c9ddf738e4124135f33651c94baa7c (patch) | |
tree | a3407dbcfe51ac291ed14ef48e73be7902100428 /src/test/development_config.json | |
parent | c00ed7f9ef28f6aee946e168a535d7f637fe46ae (diff) | |
download | haketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.tar.gz haketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.zip |
add link to software sources to ease compliance with AGPL
Diffstat (limited to 'src/test/development_config.json')
-rw-r--r-- | src/test/development_config.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 |