Commit 69b0d1d5 authored by Gliczy's avatar Gliczy
Browse files

whatsapp-for-linux: rename to wasistlos

parent 51a58070
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "whatsapp-for-linux";
  pname = "wasistlos";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "eneshecan";
    repo = "whatsapp-for-linux";
    owner = "xeco23";
    repo = "WasIstLos";
    rev = "v${finalAttrs.version}";
    hash = "sha256-h07Qf34unwtyc1VDtCCkukgBDJIvYNgESwAylbsjVsQ=";
  };
@@ -70,9 +70,9 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  meta = {
    homepage = "https://github.com/eneshecan/whatsapp-for-linux";
    description = "Whatsapp desktop messaging app";
    mainProgram = "whatsapp-for-linux";
    homepage = "https://github.com/xeco23/WasIstLos";
    description = "Unofficial WhatsApp desktop application";
    mainProgram = "wasistlos";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ bartuka ];
    platforms = [
+1 −0
Original line number Diff line number Diff line
@@ -1497,6 +1497,7 @@ mapAliases {
  webkitgtk = lib.warnOnInstantiate "Explicitly set the ABI version of 'webkitgtk'" webkitgtk_4_0;
  webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  whatsapp-for-linux = wasistlos; # Added 2025-01-30
  wineWayland = wine-wayland;
  win-virtio = virtio-win; # Added 2023-10-17
  wireguard-vanity-address = throw "'wireguard-vanity-address' has been removed due to lack of upstream maintenance"; # Added 2025-01-26