gomuks: fix license information

This commit is contained in:
Charlotte Van Petegem 2021-02-20 12:06:35 +01:00
parent b344431946
commit b5171593b3
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -54,7 +54,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://maunium.net/go/gomuks/";
description = "A terminal based Matrix client written in Go";
license = licenses.gpl3;
license = licenses.agpl3Plus;
maintainers = with maintainers; [ chvp emily ];
platforms = platforms.unix;
};