about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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 ];
   };
 }