go-graft: clarify license to agpl3Only

This commit is contained in:
oluceps
2025-03-07 17:13:03 +08:00
parent 7500cb1861
commit b59729a0ae
+1 -1
View File
@@ -38,7 +38,7 @@ buildGoModule rec {
meta = with lib; {
description = "Command-line tool for one-click proxy in your research and development without installing v2ray or anything else";
homepage = "https://github.com/mzz2017/gg";
license = licenses.agpl3Plus;
license = licenses.agpl3Only;
maintainers = with maintainers; [
xyenon
oluceps