From a4da2dc9ce227440ba9468f801d90ea7c6b98afe Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Fri, 17 May 2024 08:51:13 -0600 Subject: [PATCH] Add @ceedubs and @sellout as UCM maintainers. @ceedubs is Cody Allen, an employee of Unison Computing, and @sellout is Greg Pfeil, a contributor to Unison. --- pkgs/development/compilers/unison/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/unison/default.nix b/pkgs/development/compilers/unison/default.nix index 7afdd45c459d..2ba6a65c7afc 100644 --- a/pkgs/development/compilers/unison/default.nix +++ b/pkgs/development/compilers/unison/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://unisonweb.org/"; license = with licenses; [ mit bsd3 ]; mainProgram = "ucm"; - maintainers = [ maintainers.virusdave ]; + maintainers = with maintainers; [ ceedubs sellout virusdave ]; platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; };