redpanda-client: rename redpanda to redpanda-client

This commit is contained in:
happysalada
2023-10-14 11:42:33 +00:00
committed by Yt
parent 44688570ac
commit dfbd5f6c33
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -43,7 +43,6 @@ buildGoModule rec {
};
meta = with lib; {
broken = true;
description = "Redpanda client";
homepage = "https://redpanda.com/";
license = licenses.bsl11;
+1
View File
@@ -728,6 +728,7 @@ mapAliases ({
rarian = throw "rarian has been removed as unused"; # Added 2023-07-05
rccl = throw "'rccl' has been replaced with 'rocmPackages.rccl'"; # Added 2023-10-08
rdc = throw "'rdc' has been replaced with 'rocmPackages.rdc'"; # Added 2023-10-08
redpanda = redpanda-client; # Added 2023-10-14
retroshare06 = retroshare;
rigsofrods = rigsofrods-bin; # Added 2023-03-22
ring-daemon = jami-daemon; # Added 2021-10-26
+2 -2
View File
@@ -12613,9 +12613,9 @@ with pkgs;
redmine = callPackage ../applications/version-management/redmine { };
redpanda = callPackage ../servers/redpanda { };
redpanda-client = callPackage ../servers/redpanda { };
redpanda-server = redpanda.server;
redpanda-server = redpanda-client.server;
redsocks = callPackage ../tools/networking/redsocks { };