3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: remove tstrobel

was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
This commit is contained in:
ajs124 2022-06-23 01:40:02 +02:00
parent a8517f95b8
commit 45ec5898cb
41 changed files with 41 additions and 45 deletions

View file

@ -13000,10 +13000,6 @@
githubId = 15064765;
name = "tshaynik";
};
tstrobel = {
email = "4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains";
name = "Thomas Strobel";
};
ttuegel = {
email = "ttuegel@mailbox.org";
github = "ttuegel";

View file

@ -39,6 +39,6 @@ buildPythonApplication rec {
changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md";
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ orivej tstrobel ];
maintainers = with maintainers; [ orivej ];
};
}

View file

@ -52,7 +52,7 @@ mkDerivation rec {
homepage = "http://www.qtrac.eu/diffpdfc.html";
description = "Tool for diffing pdf files visually or textually";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ tstrobel ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;
};
}

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = "https://projects.sirrix.com/trac/tpmmanager";
description = "Tool for managing the TPM";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ tstrobel ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;
};
}

View file

@ -158,7 +158,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ib-controller/ib-controller";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.interactivebrokers.com";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -113,7 +113,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Moneyplex online banking software";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.linux;
license = licenses.unfree;

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Xen Subproject: Windows PV Driver";
homepage = "http://xenproject.org/downloads/windows-pv-drivers.html";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.bsd3;
};

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Windows QEMU Drivers";
homepage = "https://fedoraproject.org/wiki/Windows_Virtio_Drivers";
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
license = licenses.gpl2;
};

View file

@ -39,9 +39,9 @@ stdenv.mkDerivation {
Certificate obtained from the VeriSign CA.
'';
homepage = "http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers";
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}
}

View file

@ -72,8 +72,8 @@ stdenv.mkDerivation {
description = "Windows SPICE Drivers";
homepage = "https://www.spice-space.org/";
license = [ licenses.asl20 ]; # See https://github.com/vrozenfe/qxl-dod
maintainers = [ ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux;
};
}

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "Windows VirtIO Drivers";
homepage = "https://fedoraproject.org/wiki/Windows_Virtio_Drivers";
license = [ licenses.bsd3 ];
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation {
description = "A simple x86 firmware for booting Linux";
homepage = "https://github.com/bonzini/qboot";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ tstrobel ];
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.seabios.org";
license = licenses.lgpl3;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}

View file

@ -252,7 +252,7 @@ stdenv.mkDerivation (rec {
+ "\nIncludes:\n"
+ withXenfiles (name: x: "* ${name}: ${x.meta.description or "(No description)"}.");
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ eelco tstrobel oxij ];
maintainers = with lib.maintainers; [ eelco oxij ];
license = lib.licenses.gpl2;
# https://xenbits.xen.org/docs/unstable/support-matrix.html
knownVulnerabilities = lib.optionals (lib.versionOlder version "4.13") [

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Create templates of nix expressions from RPM .spec files";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
hydraPlatforms = [];
};

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://enlightenment.org/";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with lib.maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
maintainers = with lib.maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

View file

@ -208,6 +208,6 @@ stdenv.mkDerivation rec {
homepage = "https://enlightenment.org/";
license = with licenses; [ bsd2 lgpl2Only licenses.zlib ];
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

View file

@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org/about-terminology";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Set of VAAPI GStreamer Plug-ins";
homepage = "https://gstreamer.freedesktop.org";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
and functions commonly needed, such as maps, deques, linked lists, string formatting
and autoresizing, option and config file parsing, type checking casts and more.
'';
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl21Plus wtfpl ];
};

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
description = "C APIs to exchange datas with the NFC daemon 'Neard'";
license = licenses.lgpl2;
homepage = "https://01.org/linux-nfc";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DaveMDS/python-efl";
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A topological sort algorithm";
homepage = "https://pypi.python.org/pypi/toposort/";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.asl20;
};

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/aanatoly/xtrlock-pam";
description = "PAM based X11 screen locker";
license = "unknown";
maintainers = with lib.maintainers; [ tstrobel ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;
};
}

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/linux-ima/";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ tstrobel ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Connect external monitors via Wi-Fi";
homepage = "https://github.com/albfan/miraclecast";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "PAM module to mount volumes for a user session";
homepage = "https://pam-mount.sourceforge.net/";
license = with licenses; [ gpl2 gpl3 lgpl21 lgpl3 ];
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
description = "Near Field Communication manager";
homepage = "https://01.org/linux-nfc";
license = licenses.gpl2Only;
maintainers = with maintainers; [ jtojnar tstrobel ];
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.unix;
};
}

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Web-based kanban board";
license = licenses.osl3;
homepage = "https://restya.com";
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -206,6 +206,6 @@ in buildPythonApplication rec {
description = "Persistent remote applications for X";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ tstrobel offline numinit mvnetbiz ];
maintainers = with maintainers; [ offline numinit mvnetbiz ];
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "http://xpra.org/";
description = "fakeXinerama for Xpra";
platforms = platforms.linux;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
license = licenses.gpl2;
};
}

View file

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
homepage = "http://snapper.io";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ tstrobel markuskowa ];
maintainers = with maintainers; [ markuskowa ];
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A tool for adding dnscrypt support to any name resolver";
homepage = "https://dnscrypt.info/";
license = licenses.isc;
maintainers = with maintainers; [ tstrobel joachifm ];
maintainers = with maintainers; [ joachifm ];
platforms = platforms.linux;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://aide.github.io/";
description = "A file and directory integrity checker";
license = licenses.gpl2Plus;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://code.google.com/archive/p/omapd/";
description = "IF-MAP Server that implements the IF-MAP v1.1 and v2.0 specifications published by the Trusted Computing Group (TCG)";
license = licenses.gpl3;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "PKCS#11 implementation for Linux";
homepage = "https://github.com/opencryptoki/opencryptoki";
license = licenses.cpl10;
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tools for maintaining UEFI signature databases";
homepage = "http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases";
maintainers = with maintainers; [ hmenke tstrobel ];
maintainers = with maintainers; [ hmenke ];
platforms = [ "x86_64-linux" ]; # Broken on i686
license = licenses.gpl3;
};

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/ThomasHabets/simple-tpm-pk11";
license = licenses.asl20;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "LUKS key storage in TPM NVRAM";
homepage = "https://github.com/shpedoikal/tpm-luks/";
maintainers = [ maintainers.tstrobel ];
maintainers = [ ];
license = with licenses; [ gpl2Only ];
platforms = platforms.linux;
};