Unverified Commit a62b50e7 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files
parent c946072e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
    description = "Decentralized and secure messenger";
    mainProgram = "briar-desktop";
    homepage = "https://code.briarproject.org/briar/briar-desktop";
    license = licenses.gpl3;
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [
      onny
      supinie