mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
mautrix-whatsapp: specify agpl3plus license
e.g.f4a7394b67/bridgestate.gomentions the option of using a later version. (cherry picked from commita6692271eb)
This commit is contained in:
committed by
github-actions[bot]
parent
598282f8ed
commit
a9c04292f2
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user