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.

+1 -1
+1 -1
pkgs/development/compilers/unison/default.nix
··· 47 47 homepage = "https://unisonweb.org/"; 48 48 license = with licenses; [ mit bsd3 ]; 49 49 mainProgram = "ucm"; 50 - maintainers = [ maintainers.virusdave ]; 50 + maintainers = with maintainers; [ ceedubs sellout virusdave ]; 51 51 platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ]; 52 52 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 53 53 };