From 4bc9e0221b2e942087a987f622f3ef3d1b4e649a Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sat, 30 Mar 2024 16:48:57 +0100 Subject: [PATCH] httpdirfs: add anthonyroussel to maintainers --- pkgs/tools/filesystems/httpdirfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/httpdirfs/default.nix b/pkgs/tools/filesystems/httpdirfs/default.nix index ea0f1a4ac4ee..54d16dbfcbb5 100644 --- a/pkgs/tools/filesystems/httpdirfs/default.nix +++ b/pkgs/tools/filesystems/httpdirfs/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/fangfufu/httpdirfs"; license = lib.licenses.gpl3Only; mainProgram = "httpdirfs"; - maintainers = with lib.maintainers; [ sbruder schnusch ]; + maintainers = with lib.maintainers; [ sbruder schnusch anthonyroussel ]; platforms = lib.platforms.unix; }; })