diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-17T12·42+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-17T12·47+0200 |
commit | 93d6c7bbd19f83f77dd23eb38ddeaf941657f555 (patch) | |
tree | 04d5c588a30832ac6848a7c96f3c49b339369148 /default.nix | |
parent | 1427220f9dd43a1d9bccd18b6f0df69d02e561ae (diff) |
chore(license): Relicense under AGPL-3.0-or-later
Relicense the project from the standard GPL3 to the Affero version of the license, requiring source code disclosure for modifications made on instances of Converse that are serving users over the network.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index cf295fa6ffc7..479d7807bb7a 100644 --- a/default.nix +++ b/default.nix @@ -25,7 +25,7 @@ in with unstable; rustPlatform.buildRustPackage rec { meta = with stdenv.lib; { description = "A simple forum software"; homepage = "https://github.com/tazjin/converse"; - license = licenses.gpl3; + license = licenses.agpl3; maintainers = [ maintainers.tazjin ]; }; } |