Merge pull request #54619 from Mic92/remove-wkennington

treewide: remove wkennington as maintainer
This commit is contained in:
Jörg Thalheim 2019-01-26 23:37:27 +00:00 committed by GitHub
commit ba34ffc665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
176 changed files with 71 additions and 191 deletions

View File

@ -4912,11 +4912,6 @@
github = "wjlroe"; github = "wjlroe";
name = "William Roe"; name = "William Roe";
}; };
wkennington = {
email = "william@wkennington.com";
github = "wkennington";
name = "William A. Kennington III";
};
wmertens = { wmertens = {
email = "Wout.Mertens@gmail.com"; email = "Wout.Mertens@gmail.com";
github = "wmertens"; github = "wmertens";

View File

@ -23,7 +23,7 @@ in
{ {
name = "bittorrent"; name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow rob wkennington bobvanderlinden ]; maintainers = [ domenkozar eelco chaoflow rob bobvanderlinden ];
}; };
nodes = nodes =

View File

@ -200,7 +200,7 @@ let
name = "installer-" + name; name = "installer-" + name;
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
# put global maintainers here, individuals go into makeInstallerTest fkt call # put global maintainers here, individuals go into makeInstallerTest fkt call
maintainers = [ wkennington ] ++ (meta.maintainers or []); maintainers = (meta.maintainers or []);
}; };
nodes = { nodes = {

View File

@ -8,7 +8,7 @@ import ./make-test.nix ({ pkgs, ...} : let
in { in {
name = "mongodb"; name = "mongodb";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ bluescreen303 offline wkennington cstrahan rvl ]; maintainers = [ bluescreen303 offline cstrahan rvl ];
}; };
nodes = { nodes = {

View File

@ -24,7 +24,7 @@ import ./make-test.nix ({ pkgs, lib, withFirewall, withConntrackHelpers ? false,
name = "nat" + (if withFirewall then "WithFirewall" else "Standalone") name = "nat" + (if withFirewall then "WithFirewall" else "Standalone")
+ (lib.optionalString withConntrackHelpers "withConntrackHelpers"); + (lib.optionalString withConntrackHelpers "withConntrackHelpers");
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow rob wkennington ]; maintainers = [ eelco chaoflow rob ];
}; };
nodes = nodes =

View File

@ -606,7 +606,4 @@ let
in mapAttrs (const (attrs: makeTest (attrs // { in mapAttrs (const (attrs: makeTest (attrs // {
name = "${attrs.name}-Networking-${if networkd then "Networkd" else "Scripted"}"; name = "${attrs.name}-Networking-${if networkd then "Networkd" else "Scripted"}";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ wkennington ];
};
}))) testCases }))) testCases

View File

@ -20,7 +20,7 @@ in
{ {
name = "nfs"; name = "nfs";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow wkennington ]; maintainers = [ eelco chaoflow ];
}; };
nodes = nodes =

View File

@ -379,7 +379,7 @@ let
''; '';
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aszlig wkennington cdepillabout ]; maintainers = [ aszlig cdepillabout ];
}; };
}; };

View File

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
description = "A cross-desktop display manager."; description = "A cross-desktop display manager.";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ocharles wkennington worldofpeace ]; maintainers = with maintainers; [ ocharles worldofpeace ];
}; };
} }

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = https://launchpad.net/lightdm-gtk-greeter; homepage = https://launchpad.net/lightdm-gtk-greeter;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ocharles wkennington ]; maintainers = with maintainers; [ ocharles ];
}; };
} }

View File

@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
description = "A software suite to create, edit, compose, or convert bitmap images"; description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ the-kenny wkennington ]; maintainers = with maintainers; [ the-kenny ];
}; };
} }

View File

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
homepage = http://www.imagemagick.org/; homepage = http://www.imagemagick.org/;
description = "A software suite to create, edit, compose, or convert bitmap images"; description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ the-kenny wkennington ]; maintainers = with maintainers; [ the-kenny ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
homepage = https://www.bitlbee.org/; homepage = https://www.bitlbee.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ wkennington pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
}; };
} }

View File

@ -63,7 +63,7 @@ let
description = "Low-latency, high quality voice chat software"; description = "Low-latency, high quality voice chat software";
homepage = https://mumble.info; homepage = https://mumble.info;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jgeerds wkennington ]; maintainers = with maintainers; [ jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}); });

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.freerdp.com/; homepage = http://www.freerdp.com/;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ wkennington peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
homepage = https://wayland.freedesktop.org/; homepage = https://wayland.freedesktop.org/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
homepage = https://curl.haxx.se/docs/caextract.html; homepage = https://curl.haxx.se/docs/caextract.html;
description = "A bundle of X.509 certificates of public Certificate Authorities (CA)"; description = "A bundle of X.509 certificates of public Certificate Authorities (CA)";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };
} }

View File

@ -156,7 +156,7 @@ stdenv.mkDerivation rec {
homepage = http://golang.org/; homepage = http://golang.org/;
description = "The Go Programming language"; description = "The Go Programming language";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan wkennington ]; maintainers = with maintainers; [ cstrahan ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -178,7 +178,7 @@ stdenv.mkDerivation rec {
homepage = http://golang.org/; homepage = http://golang.org/;
description = "The Go Programming language"; description = "The Go Programming language";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan orivej wkennington ]; maintainers = with maintainers; [ cstrahan orivej ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -171,7 +171,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.rust-lang.org/; homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language"; description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ]; maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy ];
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
broken = broken; broken = broken;

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = http://www.tcl.tk/; homepage = http://www.tcl.tk/;
license = licenses.tcltk; license = licenses.tcltk;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington vrthra ]; maintainers = with maintainers; [ vrthra ];
}; };
passthru = rec { passthru = rec {

View File

@ -113,7 +113,7 @@ stdenv.mkDerivation {
platforms = (platforms.unix ++ platforms.windows); platforms = (platforms.unix ++ platforms.windows);
badPlatforms = stdenv.lib.optional (versionOlder version "1.59") "aarch64-linux"; badPlatforms = stdenv.lib.optional (versionOlder version "1.59") "aarch64-linux";
maintainers = with maintainers; [ peti wkennington ]; maintainers = with maintainers; [ peti ];
}; };
preConfigure = '' preConfigure = ''

View File

@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation {
homepage = http://ampasctl.sourceforge.net; homepage = http://ampasctl.sourceforge.net;
license = "A.M.P.A.S"; license = "A.M.P.A.S";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
passthru.source = source; passthru.source = source;

View File

@ -22,6 +22,5 @@ stdenv.mkDerivation rec {
description = "High-level C Binding for ZeroMQ"; description = "High-level C Binding for ZeroMQ";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -17,6 +17,5 @@ stdenv.mkDerivation rec {
description = "High-level C Binding for ZeroMQ"; description = "High-level C Binding for ZeroMQ";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/agl/dclxvi; homepage = https://github.com/agl/dclxvi;
description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library"; description = "Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library";
maintainers = with maintainers; [ wkennington ];
platforms = platforms.x86_64; platforms = platforms.x86_64;
license = licenses.publicDomain; license = licenses.publicDomain;
}; };

View File

@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
homepage = http://www.fastcgi.com/; homepage = http://www.fastcgi.com/;
license = "FastCGI see LICENSE.TERMS"; license = "FastCGI see LICENSE.TERMS";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
description = "Library for application-level logging"; description = "Library for application-level logging";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation {
homepage = https://www.gnu.org/software/gnutls/; homepage = https://www.gnu.org/software/gnutls/;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ eelco wkennington fpletz ]; maintainers = with maintainers; [ eelco fpletz ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "Fast, multi-threaded malloc() and nifty performance analysis tools"; description = "Fast, multi-threaded malloc() and nifty performance analysis tools";
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ vcunat wkennington ]; maintainers = with maintainers; [ vcunat ];
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = https://www.gnu.org/software/gss/; homepage = https://www.gnu.org/software/gss/;
description = "Generic Security Service"; description = "Generic Security Service";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ bjg wkennington ]; maintainers = with maintainers; [ bjg ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ stdenv.mkDerivation rec {
# Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal) # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal)
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -18,6 +18,5 @@ stdenv.mkDerivation rec {
description = "Minimalistic C client for Redis >= 1.2"; description = "Minimalistic C client for Redis >= 1.2";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "Provides functionalities about i18n domain name processing"; description = "Provides functionalities about i18n domain name processing";
license = "idnkit-2 license"; license = "idnkit-2 license";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
homepage = http://www.openexr.com/; homepage = http://www.openexr.com/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -13,6 +13,5 @@ stdenv.mkDerivation rec {
description = "C library for encoding, decoding and manipulating JSON data"; description = "C library for encoding, decoding and manipulating JSON data";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -37,6 +37,5 @@ stdenv.mkDerivation rec {
description = "A software implementation of the JBIG1 data compression standard"; description = "A software implementation of the JBIG1 data compression standard";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -39,6 +39,5 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
description = "An implementation of Kerberos 5 (and some more stuff)"; description = "An implementation of Kerberos 5 (and some more stuff)";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
passthru.implementation = "heimdal"; passthru.implementation = "heimdal";

View File

@ -76,7 +76,6 @@ stdenv.mkDerivation rec {
homepage = http://web.mit.edu/kerberos/; homepage = http://web.mit.edu/kerberos/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix ++ platforms.windows; platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ wkennington ];
}; };
passthru.implementation = "krb5"; passthru.implementation = "krb5";

View File

@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
description = "Code for producing C and C++ kinetic clients"; description = "Code for producing C and C++ kinetic clients";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -37,6 +37,5 @@ stdenv.mkDerivation rec {
description = "A library of routines for managing a database"; description = "A library of routines for managing a database";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
description = "A LDAP-like embedded database"; description = "A LDAP-like embedded database";
homepage = https://ldb.samba.org/; homepage = https://ldb.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -38,6 +38,5 @@ stdenv.mkDerivation rec {
description = "Fast and lightweight key/value database library by Google"; description = "Fast and lightweight key/value database library by Google";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -13,6 +13,5 @@ stdenv.mkDerivation rec {
description = "A C library for Linux/Unix for executing name service queries asynchronously"; description = "A C library for Linux/Unix for executing name service queries asynchronously";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -32,6 +32,5 @@ stdenv.mkDerivation {
description = "Implementation of the library requirements of the OpenCL C programming language"; description = "Implementation of the library requirements of the OpenCL C programming language";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -58,6 +58,5 @@ stdenv.mkDerivation rec {
description = "Database drivers for libdbi"; description = "Database drivers for libdbi";
platforms = platforms.all; platforms = platforms.all;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -13,6 +13,5 @@ stdenv.mkDerivation rec {
description = "DB independent interface to DB"; description = "DB independent interface to DB";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -13,6 +13,5 @@ stdenv.mkDerivation rec {
description = "Some essentials for string handling"; description = "Some essentials for string handling";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -68,6 +68,5 @@ stdenv.mkDerivation rec {
homepage = http://libevent.org/; homepage = http://libevent.org/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -28,6 +28,5 @@ stdenv.mkDerivation rec {
description = "A library for manipulating FlashPIX images"; description = "A library for manipulating FlashPIX images";
license = "Flashpix"; license = "Flashpix";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
description = "General-pupose cryptographic library"; description = "General-pupose cryptographic library";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
repositories.git = git://git.gnupg.org/libgcrypt.git; repositories.git = git://git.gnupg.org/libgcrypt.git;
}; };
} }

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
description = "General-purpose cryptographic library"; description = "General-purpose cryptographic library";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.wkennington maintainers.vrthra ]; maintainers = with maintainers; [ vrthra ];
repositories.git = git://git.gnupg.org/libgcrypt.git; repositories.git = git://git.gnupg.org/libgcrypt.git;
}; };
} }

View File

@ -14,6 +14,5 @@ stdenv.mkDerivation rec {
homepage = https://www.openfabrics.org/; homepage = https://www.openfabrics.org/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -12,6 +12,5 @@ stdenv.mkDerivation rec {
homepage = https://www.openfabrics.org/; homepage = https://www.openfabrics.org/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
description = "An Open Source implementation of the iCalendar protocols"; description = "An Open Source implementation of the iCalendar protocols";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -18,6 +18,5 @@ stdenv.mkDerivation rec {
homepage = http://www.linux1394.org; homepage = http://www.linux1394.org;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
homepage = http://www.freedesktop.org/wiki/Software/libinput; homepage = http://www.freedesktop.org/wiki/Software/libinput;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ codyopel wkennington ]; maintainers = with maintainers; [ codyopel ];
}; };
} }

View File

@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
description = "CMS and X.509 access library"; description = "CMS and X.509 access library";
platforms = platforms.all; platforms = platforms.all;
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -23,6 +23,5 @@ stdenv.mkDerivation rec {
description = "Keyless Signature Infrastructure API library"; description = "Keyless Signature Infrastructure API library";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
description = "Lightweight signal-safe logging library"; description = "Lightweight signal-safe logging library";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -18,6 +18,5 @@ stdenv.mkDerivation rec {
description = "Help to make sense out of syslog data, or, actually, any event data that is present in text form"; description = "Help to make sense out of syslog data, or, actually, any event data that is present in text form";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -22,6 +22,5 @@ stdenv.mkDerivation rec {
description = "Library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"; description = "Library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
description = "An alternative C driver for MongoDB"; description = "An alternative C driver for MongoDB";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "Portable framework for low-level network packet construction"; description = "Portable framework for low-level network packet construction";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = http://netfilter.org/projects/libnftnl; homepage = http://netfilter.org/projects/libnftnl;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };
} }

View File

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components"; description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
homepage = http://www.opus-codec.org/; homepage = http://www.opus-codec.org/;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
repositories.git = git://git.code.sf.net/p/otr/libotr; repositories.git = git://git.code.sf.net/p/otr/libotr;
license = licenses.lgpl21; license = licenses.lgpl21;
description = "Library for Off-The-Record Messaging"; description = "Library for Off-The-Record Messaging";
maintainers = with maintainers; [ wkennington ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -15,6 +15,5 @@ stdenv.mkDerivation rec{
description = "A library providing high performance logging, tracing, ipc, and poll"; description = "A library providing high performance logging, tracing, ipc, and poll";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
description = "Modem protocol helper library"; description = "Modem protocol helper library";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -13,6 +13,5 @@ stdenv.mkDerivation rec {
homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394"; homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "A reliable logging library"; description = "A reliable logging library";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -29,7 +29,7 @@ let
homepage = "https://www.libressl.org"; homepage = "https://www.libressl.org";
license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc ]; license = with licenses; [ publicDomain bsdOriginal bsd0 bsd3 gpl3 isc ];
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice wkennington fpletz globin ]; maintainers = with maintainers; [ thoughtpolice fpletz globin ];
}; };
}; };

View File

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
description = "Implementation of the rsync remote-delta algorithm"; description = "Implementation of the rsync remote-delta algorithm";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
description = "Sample Rate Converter for audio"; description = "Sample Rate Converter for audio";
homepage = http://www.mega-nerd.com/SRC/index.html; homepage = http://www.mega-nerd.com/SRC/index.html;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 wkennington ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
badPlatforms = platforms.riscv; badPlatforms = platforms.riscv;
maintainers = with maintainers; [ thoughtpolice wkennington ]; maintainers = with maintainers; [ thoughtpolice ];
}; };
} }

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A modern and easy-to-use crypto library"; description = "A modern and easy-to-use crypto library";
homepage = http://doc.libsodium.org/; homepage = http://doc.libsodium.org/;
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ raskin wkennington ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "A library that provides cross platforms access to statistics about the running system"; description = "A library that provides cross platforms access to statistics about the running system";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
portable, and only require an ANSI C89 platform. portable, and only require an ANSI C89 platform.
''; '';
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = https://www.theora.org/; homepage = https://www.theora.org/;
description = "Library for Theora, a free and open video compression format"; description = "Library for Theora, a free and open video compression format";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ spwhitt wkennington ]; maintainers = with maintainers; [ spwhitt ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -22,6 +22,5 @@ stdenv.mkDerivation rec {
description = "A C library and command-line tool that implements the host-side of the U2F protocol"; description = "A C library and command-line tool that implements the host-side of the U2F protocol";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
description = "C++ wrapper for the libxml2 XML parser library"; description = "C++ wrapper for the libxml2 XML parser library";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ phreedom wkennington ]; maintainers = with maintainers; [ phreedom ];
}; };
} }

View File

@ -31,6 +31,5 @@ stdenv.mkDerivation {
description = "A YAML 1.1 parser and emitter written in C"; description = "A YAML 1.1 parser and emitter written in C";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -20,6 +20,5 @@ stdenv.mkDerivation rec {
description = "A C library to interact with the CCID-part of the Yubikey NEO"; description = "A C library to interact with the CCID-part of the Yubikey NEO";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
homepage = http://opensource.yubico.com/yubico-c/; homepage = http://opensource.yubico.com/yubico-c/;
description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)"; description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "Portable cryptographic and SSL/TLS library, aka polarssl"; description = "Portable cryptographic and SSL/TLS library, aka polarssl";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };
} }

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "Portable cryptographic and TLS library, formerly known as PolarSSL"; description = "Portable cryptographic and TLS library, formerly known as PolarSSL";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "MessagePack implementation for C and C++"; description = "MessagePack implementation for C and C++";
homepage = https://msgpack.org; homepage = https://msgpack.org;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ redbaron wkennington ]; maintainers = with maintainers; [ redbaron ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -20,6 +20,5 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -165,7 +165,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.wkennington ];
}; };
passthru = { passthru = {

View File

@ -53,7 +53,6 @@ stdenv.mkDerivation (rec {
homepage = http://www.lysator.liu.se/~nisse/nettle/; homepage = http://www.lysator.liu.se/~nisse/nettle/;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
description = "A C implementation of HTTP/2"; description = "A C implementation of HTTP/2";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
description = "A wrapper for the user, group and hosts NSS API"; description = "A wrapper for the user, group and hosts NSS API";
homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary;"; homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary;";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
description = "The not-so trivial database"; description = "The not-so trivial database";
homepage = https://tdb.samba.org/; homepage = https://tdb.samba.org/;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/OpenSC/openct/; homepage = https://github.com/OpenSC/openct/;
license = licenses.lgpl21; license = licenses.lgpl21;
description = "Drivers for several smart card readers"; description = "Drivers for several smart card readers";
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,5 @@ stdenv.mkDerivation rec {
homepage = http://www.openexr.com/; homepage = http://www.openexr.com/;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

View File

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://p11-glue.freedesktop.org/; homepage = https://p11-glue.freedesktop.org/;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "C bindings for Google's Protocol Buffers"; description = "C bindings for Google's Protocol Buffers";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
}; };
} }

Some files were not shown because too many files have changed in this diff Show More