clash: specify license

see https://github.com/Dreamacro/clash#license
This commit is contained in:
Fabian Affolter 2021-02-23 10:47:57 +01:00 committed by GitHub
parent eeb1ec4762
commit f6886cf978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildGoModule rec {
meta = with lib; {
description = "A rule-based tunnel in Go";
homepage = "https://github.com/Dreamacro/clash";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ contrun Br1ght0ne ];
};
}