sing-box: avoid with lib;

This commit is contained in:
Sizhe Zhao 2025-05-22 12:34:11 +08:00
parent 76b4b619b8
commit fca99741a9
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

View file

@ -66,11 +66,11 @@ buildGoModule rec {
tests = { inherit (nixosTests) sing-box; };
};
meta = with lib; {
meta = {
homepage = "https://sing-box.sagernet.org";
description = "Universal proxy platform";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ nickcao ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ nickcao ];
mainProgram = "sing-box";
};
}