discordo: fix license (#462958)

This commit is contained in:
Aleksana
2025-11-20 00:17:59 +00:00
committed by GitHub
+1 -1
View File
@@ -50,7 +50,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Lightweight, secure, and feature-rich Discord terminal client";
homepage = "https://github.com/ayn2op/discordo";
license = lib.licenses.mit;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ arian-d ];
mainProgram = "discordo";
};