Unverified Commit 2ecf26f5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #324096 from liketechnik/remove-liketechnik

maintainers: remove liketechnik
parents 15705830 531f6e9e
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -11431,15 +11431,6 @@
    githubId = 3696783;
    name = "Leroy Hopson";
  };
  liketechnik = {
    name = "Florian Warzecha";
    email = "liketechnik@disroot.org";
    github = "liketechnik";
    githubId = 24209689;
    keys = [ { fingerprint = "92D8 A09D 03DD B774 AABD 53B9 E136 2F07 D750 DB5C"; } ];
  };
  lilacious = {
    email = "yuchenhe126@gmail.com";
    github = "Lilacious";
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    '';
    homepage = "https://github.com/WestberryTech/wb32-dfu-updater";
    license = licenses.asl20;
    maintainers = [ maintainers.liketechnik ];
    maintainers = [ ];
    mainProgram = "wb32-dfu-updater_cli";
    platforms = platforms.all;
  };
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildPythonApplication rec {
      "vpnc-script replacement for easy and secure split-tunnel VPN setup";
    mainProgram = "vpn-slice";
    license = licenses.gpl3;
    maintainers = with maintainers; [ liketechnik ];
    maintainers = [ ];
  };
}