Merge pull request #324096 from liketechnik/remove-liketechnik

maintainers: remove liketechnik
This commit is contained in:
Aleksana 2024-07-03 02:39:09 +08:00 committed by GitHub
commit 2ecf26f51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [ ];
};
}