Commit a55a91dc authored by VZstless's avatar VZstless
Browse files

flclash: add VZstless as maintainer

parent 62e3050a
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 {