Skip to content

Commit b59729a

Browse files
committed
go-graft: clarify license to agpl3Only
1 parent 7500cb1 commit b59729a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/go/go-graft/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ buildGoModule rec {
3838
meta = with lib; {
3939
description = "Command-line tool for one-click proxy in your research and development without installing v2ray or anything else";
4040
homepage = "https://github.com/mzz2017/gg";
41-
license = licenses.agpl3Plus;
41+
license = licenses.agpl3Only;
4242
maintainers = with maintainers; [
4343
xyenon
4444
oluceps

0 commit comments

Comments
 (0)