lol

maintainers: remove tstrobel

was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018

ajs124 45ec5898 a8517f95

+41 -45
-4
maintainers/maintainer-list.nix
··· 13000 13000 githubId = 15064765; 13001 13001 name = "tshaynik"; 13002 13002 }; 13003 - tstrobel = { 13004 - email = "4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains"; 13005 - name = "Thomas Strobel"; 13006 - }; 13007 13003 ttuegel = { 13008 13004 email = "ttuegel@mailbox.org"; 13009 13005 github = "ttuegel";
+1 -1
pkgs/applications/editors/rednotebook/default.nix
··· 39 39 changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md"; 40 40 description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds"; 41 41 license = licenses.gpl2Plus; 42 - maintainers = with maintainers; [ orivej tstrobel ]; 42 + maintainers = with maintainers; [ orivej ]; 43 43 }; 44 44 }
+1 -1
pkgs/applications/misc/diffpdf/default.nix
··· 52 52 homepage = "http://www.qtrac.eu/diffpdfc.html"; 53 53 description = "Tool for diffing pdf files visually or textually"; 54 54 license = lib.licenses.gpl2Plus; 55 - maintainers = with lib.maintainers; [ tstrobel ]; 55 + maintainers = with lib.maintainers; [ ]; 56 56 platforms = with lib.platforms; linux; 57 57 }; 58 58 }
+1 -1
pkgs/applications/misc/tpmmanager/default.nix
··· 47 47 homepage = "https://projects.sirrix.com/trac/tpmmanager"; 48 48 description = "Tool for managing the TPM"; 49 49 license = lib.licenses.gpl2; 50 - maintainers = with lib.maintainers; [ tstrobel ]; 50 + maintainers = with lib.maintainers; [ ]; 51 51 platforms = with lib.platforms; linux; 52 52 }; 53 53 }
+1 -1
pkgs/applications/office/ib/controller/default.nix
··· 158 158 homepage = "https://github.com/ib-controller/ib-controller"; 159 159 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 160 160 license = licenses.gpl3; 161 - maintainers = [ maintainers.tstrobel ]; 161 + maintainers = [ ]; 162 162 platforms = platforms.linux; 163 163 }; 164 164 }
+1 -1
pkgs/applications/office/ib/tws/default.nix
··· 91 91 homepage = "https://www.interactivebrokers.com"; 92 92 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 93 93 license = licenses.unfree; 94 - maintainers = [ maintainers.tstrobel ]; 94 + maintainers = [ ]; 95 95 platforms = platforms.linux; 96 96 }; 97 97 }
+1 -1
pkgs/applications/office/moneyplex/default.nix
··· 113 113 114 114 meta = with lib; { 115 115 description = "Moneyplex online banking software"; 116 - maintainers = with maintainers; [ tstrobel ]; 116 + maintainers = with maintainers; [ ]; 117 117 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 118 118 platforms = platforms.linux; 119 119 license = licenses.unfree;
+1 -1
pkgs/applications/virtualization/driver/win-pvdrivers/default.nix
··· 24 24 meta = with lib; { 25 25 description = "Xen Subproject: Windows PV Driver"; 26 26 homepage = "http://xenproject.org/downloads/windows-pv-drivers.html"; 27 - maintainers = with maintainers; [ tstrobel ]; 27 + maintainers = with maintainers; [ ]; 28 28 platforms = platforms.linux; 29 29 license = licenses.bsd3; 30 30 };
+1 -1
pkgs/applications/virtualization/driver/win-qemu/default.nix
··· 31 31 meta = with lib; { 32 32 description = "Windows QEMU Drivers"; 33 33 homepage = "https://fedoraproject.org/wiki/Windows_Virtio_Drivers"; 34 - maintainers = [ maintainers.tstrobel ]; 34 + maintainers = [ ]; 35 35 platforms = platforms.linux; 36 36 license = licenses.gpl2; 37 37 };
+2 -2
pkgs/applications/virtualization/driver/win-signed-gplpv-drivers/default.nix
··· 39 39 Certificate obtained from the VeriSign CA. 40 40 ''; 41 41 homepage = "http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers"; 42 - maintainers = [ maintainers.tstrobel ]; 42 + maintainers = [ ]; 43 43 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 44 44 platforms = platforms.linux; 45 45 license = licenses.gpl2; 46 46 }; 47 - } 47 + }
+1 -1
pkgs/applications/virtualization/driver/win-spice/default.nix
··· 72 72 description = "Windows SPICE Drivers"; 73 73 homepage = "https://www.spice-space.org/"; 74 74 license = [ licenses.asl20 ]; # See https://github.com/vrozenfe/qxl-dod 75 + maintainers = [ ]; 75 76 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 76 - maintainers = [ maintainers.tstrobel ]; 77 77 platforms = platforms.linux; 78 78 }; 79 79 }
+1 -1
pkgs/applications/virtualization/driver/win-virtio/default.nix
··· 36 36 description = "Windows VirtIO Drivers"; 37 37 homepage = "https://fedoraproject.org/wiki/Windows_Virtio_Drivers"; 38 38 license = [ licenses.bsd3 ]; 39 - maintainers = [ maintainers.tstrobel ]; 39 + maintainers = [ ]; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/applications/virtualization/qboot/default.nix
··· 26 26 description = "A simple x86 firmware for booting Linux"; 27 27 homepage = "https://github.com/bonzini/qboot"; 28 28 license = lib.licenses.gpl2; 29 - maintainers = with lib.maintainers; [ tstrobel ]; 29 + maintainers = with lib.maintainers; [ ]; 30 30 platforms = [ "x86_64-linux" "i686-linux" ]; 31 31 }; 32 32 }
+1 -1
pkgs/applications/virtualization/seabios/default.nix
··· 44 44 ''; 45 45 homepage = "http://www.seabios.org"; 46 46 license = licenses.lgpl3; 47 - maintainers = with maintainers; [ tstrobel ]; 47 + maintainers = with maintainers; [ ]; 48 48 platforms = [ "i686-linux" "x86_64-linux" ]; 49 49 }; 50 50 }
+1 -1
pkgs/applications/virtualization/xen/generic.nix
··· 252 252 + "\nIncludes:\n" 253 253 + withXenfiles (name: x: "* ${name}: ${x.meta.description or "(No description)"}."); 254 254 platforms = [ "x86_64-linux" ]; 255 - maintainers = with lib.maintainers; [ eelco tstrobel oxij ]; 255 + maintainers = with lib.maintainers; [ eelco oxij ]; 256 256 license = lib.licenses.gpl2; 257 257 # https://xenbits.xen.org/docs/unstable/support-matrix.html 258 258 knownVulnerabilities = lib.optionals (lib.versionOlder version "4.13") [
+1 -1
pkgs/build-support/templaterpm/default.nix
··· 18 18 19 19 meta = with lib; { 20 20 description = "Create templates of nix expressions from RPM .spec files"; 21 - maintainers = with maintainers; [ tstrobel ]; 21 + maintainers = with maintainers; [ ]; 22 22 platforms = platforms.unix; 23 23 hydraPlatforms = []; 24 24 };
+1 -1
pkgs/desktops/enlightenment/econnman/default.nix
··· 24 24 homepage = "https://enlightenment.org/"; 25 25 license = licenses.lgpl3; 26 26 platforms = platforms.linux; 27 - maintainers = with lib.maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members; 27 + maintainers = with lib.maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; 28 28 }; 29 29 }
+1 -1
pkgs/desktops/enlightenment/efl/default.nix
··· 208 208 homepage = "https://enlightenment.org/"; 209 209 license = with licenses; [ bsd2 lgpl2Only licenses.zlib ]; 210 210 platforms = platforms.linux; 211 - maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members; 211 + maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; 212 212 }; 213 213 }
+1 -1
pkgs/desktops/enlightenment/enlightenment/default.nix
··· 75 75 homepage = "https://www.enlightenment.org"; 76 76 license = licenses.bsd2; 77 77 platforms = platforms.linux; 78 - maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members; 78 + maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; 79 79 }; 80 80 }
+1 -1
pkgs/desktops/enlightenment/terminology/default.nix
··· 31 31 homepage = "https://www.enlightenment.org/about-terminology"; 32 32 license = licenses.bsd2; 33 33 platforms = platforms.linux; 34 - maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members; 34 + maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/gstreamer/vaapi/default.nix
··· 79 79 description = "Set of VAAPI GStreamer Plug-ins"; 80 80 homepage = "https://gstreamer.freedesktop.org"; 81 81 license = licenses.lgpl21Plus; 82 - maintainers = with maintainers; [ tstrobel ]; 82 + maintainers = with maintainers; [ ]; 83 83 platforms = platforms.linux; 84 84 }; 85 85 }
+1 -1
pkgs/development/libraries/libHX/default.nix
··· 25 25 and functions commonly needed, such as maps, deques, linked lists, string formatting 26 26 and autoresizing, option and config file parsing, type checking casts and more. 27 27 ''; 28 - maintainers = [ maintainers.tstrobel ]; 28 + maintainers = [ ]; 29 29 platforms = platforms.linux; 30 30 license = with licenses; [ gpl3 lgpl21Plus wtfpl ]; 31 31 };
+1 -1
pkgs/development/libraries/neardal/default.nix
··· 27 27 description = "C APIs to exchange datas with the NFC daemon 'Neard'"; 28 28 license = licenses.lgpl2; 29 29 homepage = "https://01.org/linux-nfc"; 30 - maintainers = with maintainers; [ tstrobel ]; 30 + maintainers = with maintainers; [ ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/python-efl/default.nix
··· 44 44 homepage = "https://github.com/DaveMDS/python-efl"; 45 45 platforms = platforms.linux; 46 46 license = with licenses; [ gpl3 lgpl3 ]; 47 - maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members; 47 + maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/toposort/default.nix
··· 20 20 meta = with lib; { 21 21 description = "A topological sort algorithm"; 22 22 homepage = "https://pypi.python.org/pypi/toposort/"; 23 - maintainers = with maintainers; [ tstrobel ]; 23 + maintainers = with maintainers; [ ]; 24 24 platforms = platforms.unix; 25 25 license = licenses.asl20; 26 26 };
+1 -1
pkgs/misc/screensavers/xtrlock-pam/default.nix
··· 24 24 homepage = "https://github.com/aanatoly/xtrlock-pam"; 25 25 description = "PAM based X11 screen locker"; 26 26 license = "unknown"; 27 - maintainers = with lib.maintainers; [ tstrobel ]; 27 + maintainers = with lib.maintainers; [ ]; 28 28 platforms = with lib.platforms; linux; 29 29 }; 30 30 }
+1 -1
pkgs/os-specific/linux/ima-evm-utils/default.nix
··· 20 20 homepage = "https://sourceforge.net/projects/linux-ima/"; 21 21 license = lib.licenses.gpl2; 22 22 platforms = lib.platforms.linux; 23 - maintainers = with lib.maintainers; [ tstrobel ]; 23 + maintainers = with lib.maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/os-specific/linux/miraclecast/default.nix
··· 25 25 description = "Connect external monitors via Wi-Fi"; 26 26 homepage = "https://github.com/albfan/miraclecast"; 27 27 license = licenses.lgpl21Plus; 28 - maintainers = with maintainers; [ tstrobel ]; 28 + maintainers = with maintainers; [ ]; 29 29 platforms = platforms.linux; 30 30 }; 31 31 }
+1 -1
pkgs/os-specific/linux/pam_mount/default.nix
··· 40 40 description = "PAM module to mount volumes for a user session"; 41 41 homepage = "https://pam-mount.sourceforge.net/"; 42 42 license = with licenses; [ gpl2 gpl3 lgpl21 lgpl3 ]; 43 - maintainers = with maintainers; [ tstrobel ]; 43 + maintainers = with maintainers; [ ]; 44 44 platforms = platforms.linux; 45 45 }; 46 46 }
+1 -1
pkgs/servers/neard/default.nix
··· 70 70 description = "Near Field Communication manager"; 71 71 homepage = "https://01.org/linux-nfc"; 72 72 license = licenses.gpl2Only; 73 - maintainers = with maintainers; [ jtojnar tstrobel ]; 73 + maintainers = with maintainers; [ jtojnar ]; 74 74 platforms = platforms.unix; 75 75 }; 76 76 }
+1 -1
pkgs/servers/web-apps/restya-board/default.nix
··· 43 43 description = "Web-based kanban board"; 44 44 license = licenses.osl3; 45 45 homepage = "https://restya.com"; 46 - maintainers = with maintainers; [ tstrobel ]; 46 + maintainers = with maintainers; [ ]; 47 47 platforms = platforms.unix; 48 48 }; 49 49 }
+1 -1
pkgs/tools/X11/xpra/default.nix
··· 206 206 description = "Persistent remote applications for X"; 207 207 platforms = platforms.linux; 208 208 license = licenses.gpl2; 209 - maintainers = with maintainers; [ tstrobel offline numinit mvnetbiz ]; 209 + maintainers = with maintainers; [ offline numinit mvnetbiz ]; 210 210 }; 211 211 }
+1 -1
pkgs/tools/X11/xpra/libfakeXinerama.nix
··· 27 27 homepage = "http://xpra.org/"; 28 28 description = "fakeXinerama for Xpra"; 29 29 platforms = platforms.linux; 30 - maintainers = [ maintainers.tstrobel ]; 30 + maintainers = [ ]; 31 31 license = licenses.gpl2; 32 32 }; 33 33 }
+1 -1
pkgs/tools/misc/snapper/default.nix
··· 63 63 homepage = "http://snapper.io"; 64 64 license = licenses.gpl2Only; 65 65 platforms = platforms.linux; 66 - maintainers = with maintainers; [ tstrobel markuskowa ]; 66 + maintainers = with maintainers; [ markuskowa ]; 67 67 }; 68 68 }
+1 -1
pkgs/tools/networking/dnscrypt-wrapper/default.nix
··· 20 20 description = "A tool for adding dnscrypt support to any name resolver"; 21 21 homepage = "https://dnscrypt.info/"; 22 22 license = licenses.isc; 23 - maintainers = with maintainers; [ tstrobel joachifm ]; 23 + maintainers = with maintainers; [ joachifm ]; 24 24 platforms = platforms.linux; 25 25 }; 26 26 }
+1 -1
pkgs/tools/security/aide/default.nix
··· 22 22 homepage = "https://aide.github.io/"; 23 23 description = "A file and directory integrity checker"; 24 24 license = licenses.gpl2Plus; 25 - maintainers = [ maintainers.tstrobel ]; 25 + maintainers = [ ]; 26 26 platforms = platforms.linux; 27 27 }; 28 28 }
+1 -1
pkgs/tools/security/omapd/default.nix
··· 30 30 homepage = "https://code.google.com/archive/p/omapd/"; 31 31 description = "IF-MAP Server that implements the IF-MAP v1.1 and v2.0 specifications published by the Trusted Computing Group (TCG)"; 32 32 license = licenses.gpl3; 33 - maintainers = [ maintainers.tstrobel ]; 33 + maintainers = [ ]; 34 34 platforms = platforms.linux; 35 35 }; 36 36 }
+1 -1
pkgs/tools/security/opencryptoki/default.nix
··· 35 35 description = "PKCS#11 implementation for Linux"; 36 36 homepage = "https://github.com/opencryptoki/opencryptoki"; 37 37 license = licenses.cpl10; 38 - maintainers = [ maintainers.tstrobel ]; 38 + maintainers = [ ]; 39 39 platforms = platforms.unix; 40 40 }; 41 41 }
+1 -1
pkgs/tools/security/sbsigntool/default.nix
··· 45 45 meta = with lib; { 46 46 description = "Tools for maintaining UEFI signature databases"; 47 47 homepage = "http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases"; 48 - maintainers = with maintainers; [ hmenke tstrobel ]; 48 + maintainers = with maintainers; [ hmenke ]; 49 49 platforms = [ "x86_64-linux" ]; # Broken on i686 50 50 license = licenses.gpl3; 51 51 };
+1 -1
pkgs/tools/security/simple-tpm-pk11/default.nix
··· 23 23 ''; 24 24 homepage = "https://github.com/ThomasHabets/simple-tpm-pk11"; 25 25 license = licenses.asl20; 26 - maintainers = with maintainers; [ tstrobel ]; 26 + maintainers = with maintainers; [ ]; 27 27 platforms = platforms.unix; 28 28 }; 29 29 }
+1 -1
pkgs/tools/security/tpm-luks/default.nix
··· 29 29 meta = with lib; { 30 30 description = "LUKS key storage in TPM NVRAM"; 31 31 homepage = "https://github.com/shpedoikal/tpm-luks/"; 32 - maintainers = [ maintainers.tstrobel ]; 32 + maintainers = [ ]; 33 33 license = with licenses; [ gpl2Only ]; 34 34 platforms = platforms.linux; 35 35 };