mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
sing-box: avoid with lib;
This commit is contained in:
parent
76b4b619b8
commit
fca99741a9
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue