perl-packages: remove rycee from maintainers

I no longer use or develop Perl regularly so cannot vouch for these
packages anymore.
This commit is contained in:
Robert Helgesson 2018-09-08 15:15:41 +02:00
parent 3b4ab85f01
commit bcedf59d84
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -1250,7 +1250,6 @@ let
meta = { meta = {
description = "Serves PODs right from your Catalyst application"; description = "Serves PODs right from your Catalyst application";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -1478,7 +1477,6 @@ let
propagatedBuildInputs = [ CatalystPluginFormValidator FormValidatorSimple ]; propagatedBuildInputs = [ CatalystPluginFormValidator FormValidatorSimple ];
meta = { meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -1506,7 +1504,6 @@ let
meta = { meta = {
description = "Catalyst Plugin for Log::Handler"; description = "Catalyst Plugin for Log::Handler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
}; };
}; };
@ -1534,7 +1531,6 @@ let
meta = { meta = {
description = "Per-session custom expiry times"; description = "Per-session custom expiry times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
}; };
}; };
@ -1572,7 +1568,6 @@ let
meta = { meta = {
description = "File storage backend for session data"; description = "File storage backend for session data";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
}; };
}; };
@ -1614,7 +1609,6 @@ let
meta = { meta = {
description = "Handle passing of status messages between screens of a web application"; description = "Handle passing of status messages between screens of a web application";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
}; };
}; };
@ -1629,7 +1623,6 @@ let
meta = { meta = {
description = "CSV view class"; description = "CSV view class";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -1752,7 +1745,6 @@ let
meta = { meta = {
description = "Handle Common Gateway Interface requests and responses"; description = "Handle Common Gateway Interface requests and responses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -1895,7 +1887,6 @@ let
meta = { meta = {
description = "Unified cache handling interface"; description = "Unified cache handling interface";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -2509,7 +2500,6 @@ let
homepage = https://github.com/rjbs/Config-INI; homepage = https://github.com/rjbs/Config-INI;
description = "Simple .ini-file format"; description = "Simple .ini-file format";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -2568,7 +2558,6 @@ let
homepage = https://github.com/rjbs/Config-MVP; homepage = https://github.com/rjbs/Config-MVP;
description = "Multivalue-property package-oriented configuration"; description = "Multivalue-property package-oriented configuration";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -2801,7 +2790,6 @@ let
meta = { meta = {
description = "Read and write Changes files"; description = "Read and write Changes files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
}; };
}; };
@ -3074,7 +3062,6 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Perl wrapper around OpenSSL's AES library"; description = "Perl wrapper around OpenSSL's AES library";
license = with licenses; [ artistic1 gpl1Plus ]; license = with licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };
@ -3561,7 +3548,6 @@ let
meta = { meta = {
description = "Domain and host name validation"; description = "Domain and host name validation";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -3576,7 +3562,6 @@ let
meta = { meta = {
description = "IPv4 and IPv6 validation methods"; description = "IPv4 and IPv6 validation methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -3590,7 +3575,6 @@ let
meta = { meta = {
description = "Common URL validation methods"; description = "Common URL validation methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -3823,7 +3807,6 @@ let
meta = { meta = {
description = "Parse and format MySQL dates and times"; description = "Parse and format MySQL dates and times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -4333,7 +4316,6 @@ let
meta = { meta = {
description = "Adding keywords to perl, in perl"; description = "Adding keywords to perl, in perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
}; };
}; };
@ -4495,7 +4477,6 @@ let
meta = { meta = {
description = "Perl extension for 32 bit Jenkins Hashing Algorithm"; description = "Perl extension for 32 bit Jenkins Hashing Algorithm";
license = stdenv.lib.licenses.artistic2; license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -4915,7 +4896,6 @@ let
homepage = https://github.com/rjbs/Email-Abstract; homepage = https://github.com/rjbs/Email-Abstract;
description = "Unified interface to mail representations"; description = "Unified interface to mail representations";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -4967,7 +4947,6 @@ let
homepage = https://github.com/rjbs/Email-Date-Format; homepage = https://github.com/rjbs/Email-Date-Format;
description = "Produce RFC 2822 date strings"; description = "Produce RFC 2822 date strings";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -5009,7 +4988,6 @@ let
homepage = https://github.com/rjbs/Email-MIME; homepage = https://github.com/rjbs/Email-MIME;
description = "Easy MIME message handling"; description = "Easy MIME message handling";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
}; };
}; };
@ -5038,7 +5016,6 @@ let
homepage = https://github.com/rjbs/Email-MIME-ContentType; homepage = https://github.com/rjbs/Email-MIME-ContentType;
description = "Parse a MIME Content-Type Header"; description = "Parse a MIME Content-Type Header";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
}; };
propagatedBuildInputs = [ Encode ]; propagatedBuildInputs = [ Encode ];
}; };
@ -5054,7 +5031,6 @@ let
homepage = https://github.com/rjbs/Email-MIME-Encodings; homepage = https://github.com/rjbs/Email-MIME-Encodings;
description = "A unified interface to MIME encoding and decoding"; description = "A unified interface to MIME encoding and decoding";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
}; };
}; };
@ -5069,7 +5045,6 @@ let
homepage = https://github.com/rjbs/Email-Send; homepage = https://github.com/rjbs/Email-Send;
description = "Simply Sending Email"; description = "Simply Sending Email";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
buildInputs = [ MIMETools MailTools ]; buildInputs = [ MIMETools MailTools ];
}; };
@ -5102,7 +5077,6 @@ let
homepage = https://github.com/rjbs/Email-Sender; homepage = https://github.com/rjbs/Email-Sender;
description = "A library for sending email"; description = "A library for sending email";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -5117,7 +5091,6 @@ let
homepage = https://github.com/rjbs/Email-Simple; homepage = https://github.com/rjbs/Email-Simple;
description = "Simple parsing of RFC2822 message format and headers"; description = "Simple parsing of RFC2822 message format and headers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -5140,7 +5113,6 @@ let
propagatedBuildInputs = [ EmailValid ]; propagatedBuildInputs = [ EmailValid ];
meta = { meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -5220,7 +5192,6 @@ let
meta = { meta = {
description = "Determine the locale encoding"; description = "Determine the locale encoding";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -5936,7 +5907,6 @@ let
meta = { meta = {
description = "Determine MIME types of data or files using libmagic"; description = "Determine MIME types of data or files using libmagic";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -6053,7 +6023,6 @@ let
meta = { meta = {
description = "Read a file backwards by lines"; description = "Read a file backwards by lines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -6239,7 +6208,6 @@ let
homepage = https://github.com/tommybutler/file-util/wiki; homepage = https://github.com/tommybutler/file-util/wiki;
description = "Easy, versatile, portable file handling"; description = "Easy, versatile, portable file handling";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -6352,7 +6320,6 @@ let
meta = { meta = {
description = "Validation with simple chains of constraints"; description = "Validation with simple chains of constraints";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
buildInputs = [ CGI ]; buildInputs = [ CGI ];
}; };
@ -6868,7 +6835,6 @@ let
meta = { meta = {
description = "Provide the stuff missing in Hash::Util"; description = "Provide the stuff missing in Hash::Util";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -7591,7 +7557,6 @@ let
meta = { meta = {
description = "Alternative but compatible interface to modules that export symbols"; description = "Alternative but compatible interface to modules that export symbols";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -7694,7 +7659,6 @@ let
meta = { meta = {
description = "Open an HTML file with automatic charset detection"; description = "Open an HTML file with automatic charset detection";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -7825,7 +7789,6 @@ let
meta = { meta = {
description = "IO::Socket with read/write timeout"; description = "IO::Socket with read/write timeout";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -8785,7 +8748,6 @@ let
homepage = https://github.com/preaction/Log-Any; homepage = https://github.com/preaction/Log-Any;
description = "Bringing loggers and listeners together"; description = "Bringing loggers and listeners together";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -8830,7 +8792,6 @@ let
meta = { meta = {
description = "Log messages to several outputs"; description = "Log messages to several outputs";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -8890,7 +8851,6 @@ let
homepage = https://mschilli.github.io/log4perl/; homepage = https://mschilli.github.io/log4perl/;
description = "Log4j implementation for Perl"; description = "Log4j implementation for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -9221,7 +9181,6 @@ let
meta = { meta = {
description = "Various e-mail related modules"; description = "Various e-mail related modules";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -9510,7 +9469,6 @@ let
meta = { meta = {
description = "Low-calorie MIME generator (DEPRECATED)"; description = "Low-calorie MIME generator (DEPRECATED)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -9551,7 +9509,6 @@ let
homepage = https://github.com/rjbs/mixin-linewise; homepage = https://github.com/rjbs/mixin-linewise;
description = "Write your linewise code for handles; this does the rest"; description = "Write your linewise code for handles; this does the rest";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -10095,7 +10052,6 @@ let
meta = { meta = {
description = "Minimalist Object Orientation (with Moose compatibility)"; description = "Minimalist Object Orientation (with Moose compatibility)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -10403,7 +10359,6 @@ let
homepage = https://github.com/gfx/mousex-getopt; homepage = https://github.com/gfx/mousex-getopt;
description = "A Mouse role for processing command line options"; description = "A Mouse role for processing command line options";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -10504,7 +10459,6 @@ let
homepage = https://github.com/moose/MooseX-Getopt; homepage = https://github.com/moose/MooseX-Getopt;
description = "A Moose role for processing command line options"; description = "A Moose role for processing command line options";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -10763,7 +10717,6 @@ let
homepage = https://github.com/moose/MooseX-Types; homepage = https://github.com/moose/MooseX-Types;
description = "Organise your Moose types in libraries"; description = "Organise your Moose types in libraries";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -11060,7 +11013,6 @@ let
meta = { meta = {
description = "Manages IPv4 and IPv6 addresses and subnets"; description = "Manages IPv4 and IPv6 addresses and subnets";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -11253,7 +11205,6 @@ let
meta = { meta = {
description = "Work with TLD names"; description = "Work with TLD names";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -11794,7 +11745,6 @@ let
homepage = https://github.com/dluxhu/perl-parallel-forkmanager; homepage = https://github.com/dluxhu/perl-parallel-forkmanager;
description = "A simple parallel processing fork manager"; description = "A simple parallel processing fork manager";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -12189,7 +12139,6 @@ let
meta = { meta = {
description = "A PerlIO layer that adds read & write timeout to a handle"; description = "A PerlIO layer that adds read & write timeout to a handle";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -12811,7 +12760,6 @@ let
homepage = https://github.com/rjbs/Pod-Elemental-PerlMunger; homepage = https://github.com/rjbs/Pod-Elemental-PerlMunger;
description = "A thing that takes a string of Perl and rewrites its documentation"; description = "A thing that takes a string of Perl and rewrites its documentation";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -12852,7 +12800,6 @@ let
homepage = https://github.com/neilb/Pod-POM; homepage = https://github.com/neilb/Pod-POM;
description = "POD Object Model"; description = "POD Object Model";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -12866,7 +12813,6 @@ let
meta = { meta = {
description = "Generate the TOC of a POD with Pod::POM"; description = "Generate the TOC of a POD with Pod::POM";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -13041,7 +12987,6 @@ let
homepage = https://github.com/rjbs/Pod-Weaver; homepage = https://github.com/rjbs/Pod-Weaver;
description = "Weave together a Pod document from an outline"; description = "Weave together a Pod document from an outline";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -13105,7 +13050,6 @@ let
homepage = https://github.com/sanko/readonly; homepage = https://github.com/sanko/readonly;
description = "Facility for creating read-only scalars, arrays, hashes"; description = "Facility for creating read-only scalars, arrays, hashes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -13130,7 +13074,6 @@ let
homepage = https://github.com/PerlRedis/perl-redis; homepage = https://github.com/PerlRedis/perl-redis;
description = "Perl binding for Redis database"; description = "Perl binding for Redis database";
license = stdenv.lib.licenses.artistic2; license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.rycee ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
}; };
@ -13318,7 +13261,6 @@ let
meta = { meta = {
description = "Roles. Like a nouvelle cuisine portion size slice of Moose"; description = "Roles. Like a nouvelle cuisine portion size slice of Moose";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -13593,7 +13535,6 @@ let
homepage = https://github.com/rjbs/Software-License; homepage = https://github.com/rjbs/Software-License;
description = "Packages that provide templated software licenses"; description = "Packages that provide templated software licenses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14147,7 +14088,6 @@ let
homepage = https://github.com/rjbs/Sub-Exporter-ForMethods; homepage = https://github.com/rjbs/Sub-Exporter-ForMethods;
description = "Helper routines for using Sub::Exporter to build methods"; description = "Helper routines for using Sub::Exporter to build methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14201,7 +14141,6 @@ let
meta = { meta = {
description = "Tool for inspecting subroutines"; description = "Tool for inspecting subroutines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14228,7 +14167,6 @@ let
homepage = https://github.com/p5sagit/Sub-Name; homepage = https://github.com/p5sagit/Sub-Name;
description = "(Re)name a sub"; description = "(Re)name a sub";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14408,7 +14346,6 @@ let
meta = { meta = {
description = "Perl interface to the UNIX syslog(3) calls"; description = "Perl interface to the UNIX syslog(3) calls";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14797,7 +14734,6 @@ let
meta = { meta = {
description = "Format a header and rows into a table"; description = "Format a header and rows into a table";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14873,7 +14809,6 @@ let
meta = { meta = {
description = "Distribution with a rich set of tools built upon the Test2 framework"; description = "Distribution with a rich set of tools built upon the Test2 framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -14964,7 +14899,6 @@ let
meta = { meta = {
description = "Easily create test classes in an xUnit/JUnit style"; description = "Easily create test classes in an xUnit/JUnit style";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -15173,7 +15107,6 @@ let
homepage = https://github.com/rjbs/Test-Fatal; homepage = https://github.com/rjbs/Test-Fatal;
description = "Incredibly simple helpers for testing code with exceptions"; description = "Incredibly simple helpers for testing code with exceptions";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -15860,7 +15793,6 @@ let
meta = { meta = {
description = "Basic utilities for writing tests"; description = "Basic utilities for writing tests";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -16015,7 +15947,6 @@ let
homepage = https://github.com/karenetheridge/Test-Warnings; homepage = https://github.com/karenetheridge/Test-Warnings;
description = "Test for warnings and the lack of them"; description = "Test for warnings and the lack of them";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -16212,7 +16143,6 @@ let
meta = { meta = {
description = "Comma-separated values manipulator (using XS or PurePerl)"; description = "Comma-separated values manipulator (using XS or PurePerl)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -16226,7 +16156,6 @@ let
meta = { meta = {
description = "Encoding aware Text::CSV"; description = "Encoding aware Text::CSV";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };
@ -16734,7 +16663,6 @@ let
homepage = https://github.com/rjbs/Throwable; homepage = https://github.com/rjbs/Throwable;
description = "A role for classes that can be thrown"; description = "A role for classes that can be thrown";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
}; };
}; };