perl-packages: remove rycee from maintainers

I no longer use or develop Perl regularly so cannot vouch for these
packages anymore.

-72
-72
pkgs/top-level/perl-packages.nix
··· 1250 1250 meta = { 1251 1251 description = "Serves PODs right from your Catalyst application"; 1252 1252 license = stdenv.lib.licenses.bsd3; 1253 - maintainers = [ maintainers.rycee ]; 1254 1253 }; 1255 1254 }; 1256 1255 ··· 1478 1477 propagatedBuildInputs = [ CatalystPluginFormValidator FormValidatorSimple ]; 1479 1478 meta = { 1480 1479 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1481 - maintainers = [ maintainers.rycee ]; 1482 1480 }; 1483 1481 }; 1484 1482 ··· 1506 1504 meta = { 1507 1505 description = "Catalyst Plugin for Log::Handler"; 1508 1506 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1509 - maintainers = [ stdenv.lib.maintainers.rycee ]; 1510 1507 }; 1511 1508 }; 1512 1509 ··· 1534 1531 meta = { 1535 1532 description = "Per-session custom expiry times"; 1536 1533 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1537 - maintainers = [ stdenv.lib.maintainers.rycee ]; 1538 1534 }; 1539 1535 }; 1540 1536 ··· 1572 1568 meta = { 1573 1569 description = "File storage backend for session data"; 1574 1570 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1575 - maintainers = [ stdenv.lib.maintainers.rycee ]; 1576 1571 }; 1577 1572 }; 1578 1573 ··· 1614 1609 meta = { 1615 1610 description = "Handle passing of status messages between screens of a web application"; 1616 1611 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1617 - maintainers = [ stdenv.lib.maintainers.rycee ]; 1618 1612 }; 1619 1613 }; 1620 1614 ··· 1629 1623 meta = { 1630 1624 description = "CSV view class"; 1631 1625 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1632 - maintainers = [ maintainers.rycee ]; 1633 1626 }; 1634 1627 }; 1635 1628 ··· 1752 1745 meta = { 1753 1746 description = "Handle Common Gateway Interface requests and responses"; 1754 1747 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1755 - maintainers = [ maintainers.rycee ]; 1756 1748 }; 1757 1749 }; 1758 1750 ··· 1895 1887 meta = { 1896 1888 description = "Unified cache handling interface"; 1897 1889 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1898 - maintainers = [ maintainers.rycee ]; 1899 1890 }; 1900 1891 }; 1901 1892 ··· 2509 2500 homepage = https://github.com/rjbs/Config-INI; 2510 2501 description = "Simple .ini-file format"; 2511 2502 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2512 - maintainers = [ maintainers.rycee ]; 2513 2503 }; 2514 2504 }; 2515 2505 ··· 2568 2558 homepage = https://github.com/rjbs/Config-MVP; 2569 2559 description = "Multivalue-property package-oriented configuration"; 2570 2560 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2571 - maintainers = [ maintainers.rycee ]; 2572 2561 }; 2573 2562 }; 2574 2563 ··· 2801 2790 meta = { 2802 2791 description = "Read and write Changes files"; 2803 2792 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2804 - maintainers = with maintainers; [ rycee ]; 2805 2793 }; 2806 2794 }; 2807 2795 ··· 3074 3062 meta = with stdenv.lib; { 3075 3063 description = "Perl wrapper around OpenSSL's AES library"; 3076 3064 license = with licenses; [ artistic1 gpl1Plus ]; 3077 - maintainers = [ maintainers.rycee ]; 3078 3065 platforms = platforms.unix; 3079 3066 }; 3080 3067 }; ··· 3561 3548 meta = { 3562 3549 description = "Domain and host name validation"; 3563 3550 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3564 - maintainers = [ maintainers.rycee ]; 3565 3551 }; 3566 3552 }; 3567 3553 ··· 3576 3562 meta = { 3577 3563 description = "IPv4 and IPv6 validation methods"; 3578 3564 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3579 - maintainers = [ maintainers.rycee ]; 3580 3565 }; 3581 3566 }; 3582 3567 ··· 3590 3575 meta = { 3591 3576 description = "Common URL validation methods"; 3592 3577 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3593 - maintainers = [ maintainers.rycee ]; 3594 3578 }; 3595 3579 }; 3596 3580 ··· 3823 3807 meta = { 3824 3808 description = "Parse and format MySQL dates and times"; 3825 3809 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3826 - maintainers = [ maintainers.rycee ]; 3827 3810 }; 3828 3811 }; 3829 3812 ··· 4333 4316 meta = { 4334 4317 description = "Adding keywords to perl, in perl"; 4335 4318 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4336 - maintainers = with maintainers; [ rycee ]; 4337 4319 }; 4338 4320 }; 4339 4321 ··· 4495 4477 meta = { 4496 4478 description = "Perl extension for 32 bit Jenkins Hashing Algorithm"; 4497 4479 license = stdenv.lib.licenses.artistic2; 4498 - maintainers = [ maintainers.rycee ]; 4499 4480 }; 4500 4481 }; 4501 4482 ··· 4915 4896 homepage = https://github.com/rjbs/Email-Abstract; 4916 4897 description = "Unified interface to mail representations"; 4917 4898 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4918 - maintainers = [ maintainers.rycee ]; 4919 4899 }; 4920 4900 }; 4921 4901 ··· 4967 4947 homepage = https://github.com/rjbs/Email-Date-Format; 4968 4948 description = "Produce RFC 2822 date strings"; 4969 4949 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4970 - maintainers = [ maintainers.rycee ]; 4971 4950 }; 4972 4951 }; 4973 4952 ··· 5009 4988 homepage = https://github.com/rjbs/Email-MIME; 5010 4989 description = "Easy MIME message handling"; 5011 4990 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5012 - maintainers = with maintainers; [ rycee ]; 5013 4991 }; 5014 4992 }; 5015 4993 ··· 5038 5016 homepage = https://github.com/rjbs/Email-MIME-ContentType; 5039 5017 description = "Parse a MIME Content-Type Header"; 5040 5018 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5041 - maintainers = with maintainers; [ rycee ]; 5042 5019 }; 5043 5020 propagatedBuildInputs = [ Encode ]; 5044 5021 }; ··· 5054 5031 homepage = https://github.com/rjbs/Email-MIME-Encodings; 5055 5032 description = "A unified interface to MIME encoding and decoding"; 5056 5033 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5057 - maintainers = with maintainers; [ rycee ]; 5058 5034 }; 5059 5035 }; 5060 5036 ··· 5069 5045 homepage = https://github.com/rjbs/Email-Send; 5070 5046 description = "Simply Sending Email"; 5071 5047 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5072 - maintainers = [ maintainers.rycee ]; 5073 5048 }; 5074 5049 buildInputs = [ MIMETools MailTools ]; 5075 5050 }; ··· 5102 5077 homepage = https://github.com/rjbs/Email-Sender; 5103 5078 description = "A library for sending email"; 5104 5079 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5105 - maintainers = [ maintainers.rycee ]; 5106 5080 }; 5107 5081 }; 5108 5082 ··· 5117 5091 homepage = https://github.com/rjbs/Email-Simple; 5118 5092 description = "Simple parsing of RFC2822 message format and headers"; 5119 5093 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5120 - maintainers = [ maintainers.rycee ]; 5121 5094 }; 5122 5095 }; 5123 5096 ··· 5140 5113 propagatedBuildInputs = [ EmailValid ]; 5141 5114 meta = { 5142 5115 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5143 - maintainers = [ maintainers.rycee ]; 5144 5116 }; 5145 5117 }; 5146 5118 ··· 5220 5192 meta = { 5221 5193 description = "Determine the locale encoding"; 5222 5194 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5223 - maintainers = [ maintainers.rycee ]; 5224 5195 }; 5225 5196 }; 5226 5197 ··· 5936 5907 meta = { 5937 5908 description = "Determine MIME types of data or files using libmagic"; 5938 5909 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5939 - maintainers = [ maintainers.rycee ]; 5940 5910 }; 5941 5911 }; 5942 5912 ··· 6053 6023 meta = { 6054 6024 description = "Read a file backwards by lines"; 6055 6025 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6056 - maintainers = [ maintainers.rycee ]; 6057 6026 }; 6058 6027 }; 6059 6028 ··· 6239 6208 homepage = https://github.com/tommybutler/file-util/wiki; 6240 6209 description = "Easy, versatile, portable file handling"; 6241 6210 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6242 - maintainers = [ maintainers.rycee ]; 6243 6211 }; 6244 6212 }; 6245 6213 ··· 6352 6320 meta = { 6353 6321 description = "Validation with simple chains of constraints"; 6354 6322 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6355 - maintainers = [ maintainers.rycee ]; 6356 6323 }; 6357 6324 buildInputs = [ CGI ]; 6358 6325 }; ··· 6868 6835 meta = { 6869 6836 description = "Provide the stuff missing in Hash::Util"; 6870 6837 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6871 - maintainers = [ maintainers.rycee ]; 6872 6838 }; 6873 6839 }; 6874 6840 ··· 7591 7557 meta = { 7592 7558 description = "Alternative but compatible interface to modules that export symbols"; 7593 7559 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7594 - maintainers = [ maintainers.rycee ]; 7595 7560 }; 7596 7561 }; 7597 7562 ··· 7694 7659 meta = { 7695 7660 description = "Open an HTML file with automatic charset detection"; 7696 7661 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7697 - maintainers = [ maintainers.rycee ]; 7698 7662 }; 7699 7663 }; 7700 7664 ··· 7825 7789 meta = { 7826 7790 description = "IO::Socket with read/write timeout"; 7827 7791 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7828 - maintainers = [ maintainers.rycee ]; 7829 7792 }; 7830 7793 }; 7831 7794 ··· 8785 8748 homepage = https://github.com/preaction/Log-Any; 8786 8749 description = "Bringing loggers and listeners together"; 8787 8750 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8788 - maintainers = [ maintainers.rycee ]; 8789 8751 }; 8790 8752 }; 8791 8753 ··· 8830 8792 meta = { 8831 8793 description = "Log messages to several outputs"; 8832 8794 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8833 - maintainers = [ maintainers.rycee ]; 8834 8795 }; 8835 8796 }; 8836 8797 ··· 8890 8851 homepage = https://mschilli.github.io/log4perl/; 8891 8852 description = "Log4j implementation for Perl"; 8892 8853 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8893 - maintainers = [ maintainers.rycee ]; 8894 8854 }; 8895 8855 }; 8896 8856 ··· 9221 9181 meta = { 9222 9182 description = "Various e-mail related modules"; 9223 9183 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9224 - maintainers = [ maintainers.rycee ]; 9225 9184 }; 9226 9185 }; 9227 9186 ··· 9510 9469 meta = { 9511 9470 description = "Low-calorie MIME generator (DEPRECATED)"; 9512 9471 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9513 - maintainers = [ maintainers.rycee ]; 9514 9472 }; 9515 9473 }; 9516 9474 ··· 9551 9509 homepage = https://github.com/rjbs/mixin-linewise; 9552 9510 description = "Write your linewise code for handles; this does the rest"; 9553 9511 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9554 - maintainers = [ maintainers.rycee ]; 9555 9512 }; 9556 9513 }; 9557 9514 ··· 10095 10052 meta = { 10096 10053 description = "Minimalist Object Orientation (with Moose compatibility)"; 10097 10054 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10098 - maintainers = [ maintainers.rycee ]; 10099 10055 }; 10100 10056 }; 10101 10057 ··· 10403 10359 homepage = https://github.com/gfx/mousex-getopt; 10404 10360 description = "A Mouse role for processing command line options"; 10405 10361 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10406 - maintainers = [ maintainers.rycee ]; 10407 10362 }; 10408 10363 }; 10409 10364 ··· 10504 10459 homepage = https://github.com/moose/MooseX-Getopt; 10505 10460 description = "A Moose role for processing command line options"; 10506 10461 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10507 - maintainers = [ maintainers.rycee ]; 10508 10462 }; 10509 10463 }; 10510 10464 ··· 10763 10717 homepage = https://github.com/moose/MooseX-Types; 10764 10718 description = "Organise your Moose types in libraries"; 10765 10719 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10766 - maintainers = [ maintainers.rycee ]; 10767 10720 }; 10768 10721 }; 10769 10722 ··· 11060 11013 meta = { 11061 11014 description = "Manages IPv4 and IPv6 addresses and subnets"; 11062 11015 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11063 - maintainers = [ maintainers.rycee ]; 11064 11016 }; 11065 11017 }; 11066 11018 ··· 11253 11205 meta = { 11254 11206 description = "Work with TLD names"; 11255 11207 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11256 - maintainers = [ maintainers.rycee ]; 11257 11208 }; 11258 11209 }; 11259 11210 ··· 11794 11745 homepage = https://github.com/dluxhu/perl-parallel-forkmanager; 11795 11746 description = "A simple parallel processing fork manager"; 11796 11747 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11797 - maintainers = [ maintainers.rycee ]; 11798 11748 }; 11799 11749 }; 11800 11750 ··· 12189 12139 meta = { 12190 12140 description = "A PerlIO layer that adds read & write timeout to a handle"; 12191 12141 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12192 - maintainers = [ maintainers.rycee ]; 12193 12142 }; 12194 12143 }; 12195 12144 ··· 12811 12760 homepage = https://github.com/rjbs/Pod-Elemental-PerlMunger; 12812 12761 description = "A thing that takes a string of Perl and rewrites its documentation"; 12813 12762 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12814 - maintainers = [ maintainers.rycee ]; 12815 12763 }; 12816 12764 }; 12817 12765 ··· 12852 12800 homepage = https://github.com/neilb/Pod-POM; 12853 12801 description = "POD Object Model"; 12854 12802 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12855 - maintainers = [ maintainers.rycee ]; 12856 12803 }; 12857 12804 }; 12858 12805 ··· 12866 12813 meta = { 12867 12814 description = "Generate the TOC of a POD with Pod::POM"; 12868 12815 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12869 - maintainers = [ maintainers.rycee ]; 12870 12816 }; 12871 12817 }; 12872 12818 ··· 13041 12987 homepage = https://github.com/rjbs/Pod-Weaver; 13042 12988 description = "Weave together a Pod document from an outline"; 13043 12989 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13044 - maintainers = [ maintainers.rycee ]; 13045 12990 }; 13046 12991 }; 13047 12992 ··· 13105 13050 homepage = https://github.com/sanko/readonly; 13106 13051 description = "Facility for creating read-only scalars, arrays, hashes"; 13107 13052 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13108 - maintainers = [ maintainers.rycee ]; 13109 13053 }; 13110 13054 }; 13111 13055 ··· 13130 13074 homepage = https://github.com/PerlRedis/perl-redis; 13131 13075 description = "Perl binding for Redis database"; 13132 13076 license = stdenv.lib.licenses.artistic2; 13133 - maintainers = [ maintainers.rycee ]; 13134 13077 platforms = stdenv.lib.platforms.unix; 13135 13078 }; 13136 13079 }; ··· 13318 13261 meta = { 13319 13262 description = "Roles. Like a nouvelle cuisine portion size slice of Moose"; 13320 13263 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13321 - maintainers = [ maintainers.rycee ]; 13322 13264 }; 13323 13265 }; 13324 13266 ··· 13593 13535 homepage = https://github.com/rjbs/Software-License; 13594 13536 description = "Packages that provide templated software licenses"; 13595 13537 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13596 - maintainers = [ maintainers.rycee ]; 13597 13538 }; 13598 13539 }; 13599 13540 ··· 14147 14088 homepage = https://github.com/rjbs/Sub-Exporter-ForMethods; 14148 14089 description = "Helper routines for using Sub::Exporter to build methods"; 14149 14090 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14150 - maintainers = [ maintainers.rycee ]; 14151 14091 }; 14152 14092 }; 14153 14093 ··· 14201 14141 meta = { 14202 14142 description = "Tool for inspecting subroutines"; 14203 14143 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14204 - maintainers = [ maintainers.rycee ]; 14205 14144 }; 14206 14145 }; 14207 14146 ··· 14228 14167 homepage = https://github.com/p5sagit/Sub-Name; 14229 14168 description = "(Re)name a sub"; 14230 14169 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14231 - maintainers = [ maintainers.rycee ]; 14232 14170 }; 14233 14171 }; 14234 14172 ··· 14408 14346 meta = { 14409 14347 description = "Perl interface to the UNIX syslog(3) calls"; 14410 14348 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14411 - maintainers = [ maintainers.rycee ]; 14412 14349 }; 14413 14350 }; 14414 14351 ··· 14797 14734 meta = { 14798 14735 description = "Format a header and rows into a table"; 14799 14736 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14800 - maintainers = [ maintainers.rycee ]; 14801 14737 }; 14802 14738 }; 14803 14739 ··· 14873 14809 meta = { 14874 14810 description = "Distribution with a rich set of tools built upon the Test2 framework"; 14875 14811 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14876 - maintainers = [ maintainers.rycee ]; 14877 14812 }; 14878 14813 }; 14879 14814 ··· 14964 14899 meta = { 14965 14900 description = "Easily create test classes in an xUnit/JUnit style"; 14966 14901 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14967 - maintainers = [ maintainers.rycee ]; 14968 14902 }; 14969 14903 }; 14970 14904 ··· 15173 15107 homepage = https://github.com/rjbs/Test-Fatal; 15174 15108 description = "Incredibly simple helpers for testing code with exceptions"; 15175 15109 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 15176 - maintainers = [ maintainers.rycee ]; 15177 15110 }; 15178 15111 }; 15179 15112 ··· 15860 15793 meta = { 15861 15794 description = "Basic utilities for writing tests"; 15862 15795 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 15863 - maintainers = [ maintainers.rycee ]; 15864 15796 }; 15865 15797 }; 15866 15798 ··· 16015 15947 homepage = https://github.com/karenetheridge/Test-Warnings; 16016 15948 description = "Test for warnings and the lack of them"; 16017 15949 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 16018 - maintainers = [ maintainers.rycee ]; 16019 15950 }; 16020 15951 }; 16021 15952 ··· 16212 16143 meta = { 16213 16144 description = "Comma-separated values manipulator (using XS or PurePerl)"; 16214 16145 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 16215 - maintainers = [ maintainers.rycee ]; 16216 16146 }; 16217 16147 }; 16218 16148 ··· 16226 16156 meta = { 16227 16157 description = "Encoding aware Text::CSV"; 16228 16158 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 16229 - maintainers = [ maintainers.rycee ]; 16230 16159 }; 16231 16160 }; 16232 16161 ··· 16734 16663 homepage = https://github.com/rjbs/Throwable; 16735 16664 description = "A role for classes that can be thrown"; 16736 16665 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 16737 - maintainers = [ maintainers.rycee ]; 16738 16666 }; 16739 16667 }; 16740 16668