From a55a91dc3a45010c60b64167142c1c77bf56e3f8 Mon Sep 17 00:00:00 2001 From: VZstless Date: Wed, 1 Apr 2026 09:32:24 +0800 Subject: [PATCH] flclash: add VZstless as maintainer --- pkgs/by-name/fl/flclash/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fl/flclash/package.nix b/pkgs/by-name/fl/flclash/package.nix index 1846b6f71c09..eb941222e743 100644 --- a/pkgs/by-name/fl/flclash/package.nix +++ b/pkgs/by-name/fl/flclash/package.nix @@ -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 {