valkey: remove rucadi from maintainers

They no longer wish to be a maintainer for valkey.
See https://github.com/NixOS/nixpkgs/issues/387010#issuecomment-2746214648
This commit is contained in:
Marie Ramlow
2025-03-23 18:10:28 +01:00
parent 8428be90e2
commit 34a64a80c3
+1 -1
View File
@@ -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";
};