httpdirfs: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2024-03-30 16:48:57 +01:00
parent 00632e2394
commit 4bc9e0221b
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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;
};
})