Unverified Commit 086dd0cb authored by Sizhe Zhao's avatar Sizhe Zhao Committed by GitHub
Browse files

flclash: add VZstless as maintainer (#505521)

parents 08a7a13e a55a91dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ let
    description = "Proxy client based on ClashMeta, simple and easy to use";
    homepage = "https://github.com/chen08209/FlClash";
    license = with lib.licenses; [ gpl3Plus ];
    maintainers = [ ];
    maintainers = with lib.maintainers; [ VZstless ];
  };

  core = buildGoModule {