From 93d6c7bbd19f83f77dd23eb38ddeaf941657f555 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 17 Apr 2018 14:42:11 +0200 Subject: 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. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') 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 ]; }; } -- cgit 1.4.1