valkey: remove rucadi from maintainers (#392451)
This commit is contained in:
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "High-performance data structure server that primarily serves key/value workloads";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rucadi ];
|
||||
maintainers = with maintainers; [ ];
|
||||
changelog = "https://github.com/valkey-io/valkey/releases/tag/${finalAttrs.version}";
|
||||
mainProgram = "valkey-cli";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user