mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +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";
|
homepage = "https://github.com/gulrak/filesystem";
|
||||||
changelog = "https://github.com/gulrak/filesystem/releases/tag/v${finalAttrs.version}";
|
changelog = "https://github.com/gulrak/filesystem/releases/tag/v${finalAttrs.version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ bbjubjub ];
|
maintainers = with lib.maintainers; [
|
||||||
|
bbjubjub
|
||||||
|
getchoo
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user