about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-30 16:48:57 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-30 17:34:46 +0100
commit4bc9e0221b2e942087a987f622f3ef3d1b4e649a (patch)
tree3bb04c2a730c2109d09123e47ff8926f9e394c69 /pkgs/tools/filesystems
parent00632e239431b7e845fb7f20d0e0933fbc65caf7 (diff)
httpdirfs: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/httpdirfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/httpdirfs/default.nix b/pkgs/tools/filesystems/httpdirfs/default.nix
index ea0f1a4ac4ee7..54d16dbfcbb57 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;
   };
 })