Unverified Commit fca99741 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

sing-box: avoid with lib;

parent 76b4b619
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}