maintainers: remove elseym

Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
main
Linus Heckemann 2 years ago
parent 460b31a32f
commit ec2bee2404
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      nixos/tests/prometheus-exporters.nix
  3. 2
      pkgs/development/python-modules/curve25519-donna/default.nix
  4. 2
      pkgs/development/python-modules/nanoleaf/default.nix
  5. 2
      pkgs/development/python-modules/pyatv/default.nix
  6. 2
      pkgs/development/python-modules/pybotvac/default.nix
  7. 2
      pkgs/development/python-modules/pytado/default.nix
  8. 2
      pkgs/development/python-modules/srptools/default.nix
  9. 2
      pkgs/servers/documize-community/default.nix
  10. 2
      pkgs/servers/freeradius/default.nix
  11. 2
      pkgs/servers/monitoring/unifi-poller/default.nix
  12. 2
      pkgs/tools/misc/esphome/default.nix
  13. 2
      pkgs/tools/networking/termshark/default.nix
  14. 2
      pkgs/tools/networking/wireguard-go/default.nix
  15. 2
      pkgs/tools/networking/wireguard-tools/default.nix

@ -3742,12 +3742,6 @@
githubId = 2536303;
name = "Enno Lohmeier";
};
elseym = {
email = "elseym@me.com";
github = "elseym";
githubId = 907478;
name = "Simon Waibl";
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
github = "ElvishJerricco";

@ -1335,7 +1335,7 @@ mapAttrs
'';
meta = with maintainers; {
maintainers = [ willibutz elseym ];
maintainers = [ willibutz ];
};
}
)))

@ -13,6 +13,6 @@ buildPythonPackage rec {
description = "Python wrapper for the portable curve25519-donna implementation";
homepage = "http://code.google.com/p/curve25519-donna/";
license = licenses.bsd3;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -20,6 +20,6 @@ buildPythonPackage rec {
description = "A python interface for Nanoleaf Aurora lighting";
homepage = "https://github.com/software-2/nanoleaf";
license = licenses.mit;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -78,6 +78,6 @@ buildPythonPackage rec {
description = "Python client library for the Apple TV";
homepage = "https://github.com/postlund/pyatv";
license = licenses.mit;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Python module for interacting with Neato Botvac Connected vacuum robots";
homepage = "https://github.com/stianaske/pybotvac";
license = licenses.mit;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Python binding for Tado web API";
homepage = "https://github.com/wmalgadey/PyTado";
license = licenses.gpl3;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "Python-Tools to implement Secure Remote Password (SRP) authentication";
homepage = "https://github.com/idlesign/srptools";
license = licenses.bsd3;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -33,7 +33,7 @@ buildGoModule rec {
meta = with lib; {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
mainProgram = "documize";
homepage = "https://www.documize.com/";
};

@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
homepage = "https://freeradius.org/";
description = "A modular, high performance free RADIUS suite";
license = licenses.gpl2;
maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann elseym ];
maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ];
platforms = with platforms; linux;
};
}

@ -25,6 +25,6 @@ buildGoModule rec {
description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus";
homepage = "https://github.com/unifi-poller/unifi-poller";
license = licenses.mit;
maintainers = with maintainers; [ elseym ];
maintainers = with maintainers; [ ];
};
}

@ -100,6 +100,6 @@ with python.pkgs; buildPythonApplication rec {
mit # The C++/runtime codebase of the ESPHome project (file extensions .c, .cpp, .h, .hpp, .tcc, .ino)
gpl3Only # The python codebase and all other parts of this codebase
];
maintainers = with maintainers; [ globin elseym hexa ];
maintainers = with maintainers; [ globin hexa ];
};
}

@ -30,6 +30,6 @@ buildGoModule rec {
homepage = "https://termshark.io/";
description = "A terminal UI for wireshark-cli, inspired by Wireshark";
license = licenses.mit;
maintainers = with maintainers; [ winpat elseym ];
maintainers = with maintainers; [ winpat ];
};
}

@ -33,6 +33,6 @@ buildGoModule rec {
description = "Userspace Go implementation of WireGuard";
homepage = "https://git.zx2c4.com/wireguard-go/about/";
license = licenses.mit;
maintainers = with maintainers; [ elseym kirelagin yana zx2c4 ];
maintainers = with maintainers; [ kirelagin yana zx2c4 ];
};
}

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
maintainers = with maintainers; [ elseym ericsagnes zx2c4 globin ma27 d-xo ];
maintainers = with maintainers; [ ericsagnes zx2c4 globin ma27 d-xo ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save