redpanda-client: rename redpanda to redpanda-client
This commit is contained in:
@@ -43,7 +43,6 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = true;
|
||||
description = "Redpanda client";
|
||||
homepage = "https://redpanda.com/";
|
||||
license = licenses.bsl11;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user