ghc_filesystem: add getchoo to maintainers

This commit is contained in:
seth 2024-11-15 22:36:47 -05:00
parent 112ad823b9
commit 1a7fedcbe5
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -31,6 +31,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/gulrak/filesystem";
changelog = "https://github.com/gulrak/filesystem/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bbjubjub ];
maintainers = with lib.maintainers; [
bbjubjub
getchoo
];
};
})