gomuks: fix license information
This commit is contained in:
parent
b344431946
commit
b5171593b3
@ -54,7 +54,7 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://maunium.net/go/gomuks/";
|
homepage = "https://maunium.net/go/gomuks/";
|
||||||
description = "A terminal based Matrix client written in Go";
|
description = "A terminal based Matrix client written in Go";
|
||||||
license = licenses.gpl3;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ chvp emily ];
|
maintainers = with maintainers; [ chvp emily ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user