Commit dfbd5f6c authored by happysalada's avatar happysalada Committed by Yt
Browse files

redpanda-client: rename redpanda to redpanda-client

parent 44688570
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ buildGoModule rec {
  };

  meta = with lib; {
    broken = true;
    description = "Redpanda client";
    homepage = "https://redpanda.com/";
    license = licenses.bsl11;
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };