1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

maintainers: remove liketechnik

My contributions were insignificant in the grand scheme of things anyway,
but this was the last of many steps too far:
https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
https://web.archive.org/web/20240701165505/https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
This commit is contained in:
Florian Warzecha 2024-07-02 18:33:17 +02:00
parent a5f1a73d7e
commit 531f6e9e63
No known key found for this signature in database
GPG key ID: 4BE8C7D97F910C60
3 changed files with 2 additions and 11 deletions

View file

@ -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";

View file

@ -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;
};

View file

@ -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 = [ ];
};
}