mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
0f2503dfa5
commit
a4da2dc9ce
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user