mautrix-whatsapp: specify agpl3plus license

e.g. f4a7394b67/bridgestate.go
mentions the option of using a later version.
This commit is contained in:
Charlotte Van Petegem 2021-08-07 15:22:16 +02:00
parent 57e6214370
commit a6692271eb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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 ];
};
}