about summary refs log tree commit diff
path: root/pkgs/servers/mautrix-whatsapp
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-08-07 15:22:16 +0200
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2021-08-07 15:22:16 +0200
commita6692271eb99c51137e8604d4c4a58b2e71bb7d0 (patch)
tree517283b439f7a2694d5d4524a74b08d76d6a9b13 /pkgs/servers/mautrix-whatsapp
parent57e621437054555b6b1e563208badec390e4efea (diff)
mautrix-whatsapp: specify agpl3plus license
e.g. https://github.com/mautrix/whatsapp/blob/f4a7394b670db59aadd6ad99f761acbff255e1b6/bridgestate.go
mentions the option of using a later version.
Diffstat (limited to 'pkgs/servers/mautrix-whatsapp')
-rw-r--r--pkgs/servers/mautrix-whatsapp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
index 759d53df66638..c2f9e206e9cb7 100644
--- a/pkgs/servers/mautrix-whatsapp/default.nix
+++ b/pkgs/servers/mautrix-whatsapp/default.nix
@@ -22,7 +22,7 @@ buildGoModule rec {
   meta = with lib; {
     homepage = "https://github.com/tulir/mautrix-whatsapp";
     description = "Matrix <-> Whatsapp hybrid puppeting/relaybot bridge";
-    license = licenses.agpl3;
+    license = licenses.agpl3Plus;
     maintainers = with maintainers; [ vskilet ma27 ];
   };
 }