From fca99741a9b5b5b6954121ae88f764d0bef9d03f Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Thu, 22 May 2025 12:34:11 +0800 Subject: [PATCH] sing-box: avoid with lib; --- pkgs/by-name/si/sing-box/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/si/sing-box/package.nix b/pkgs/by-name/si/sing-box/package.nix index b984eb613229..96ca50defef6 100644 --- a/pkgs/by-name/si/sing-box/package.nix +++ b/pkgs/by-name/si/sing-box/package.nix @@ -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"; }; }