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.
This commit is contained in:
Greg Pfeil 2024-05-17 08:51:13 -06:00
parent 0f2503dfa5
commit a4da2dc9ce
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2

View File

@ -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 ];
};