mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
ghc_filesystem: add getchoo to maintainers
(cherry picked from commit 1a7fedcbe5
)
This commit is contained in:
parent
2384a86115
commit
5435408b0b
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user