Merge pull request #9752 from FRidh/maintainer

add myself as maintainer

+24 -4
+1
lib/maintainers.nix
··· 96 fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>"; 97 forkk = "Andrew Okin <forkk@forkk.net>"; 98 fpletz = "Franz Pletz <fpletz@fnordicwalking.de>"; 99 fro_ozen = "fro_ozen <fro_ozen@gmx.de>"; 100 ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>"; 101 funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
··· 96 fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>"; 97 forkk = "Andrew Okin <forkk@forkk.net>"; 98 fpletz = "Franz Pletz <fpletz@fnordicwalking.de>"; 99 + fridh = "Frederik Rietdijk <fridh@fridh.nl>"; 100 fro_ozen = "fro_ozen <fro_ozen@gmx.de>"; 101 ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>"; 102 funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
+1 -1
pkgs/applications/science/spyder/default.nix
··· 58 homepage = https://github.com/spyder-ide/spyder/; 59 license = licenses.mit; 60 platforms = platforms.linux; 61 - maintainers = [ maintainers.bjornfor ]; 62 }; 63 }
··· 58 homepage = https://github.com/spyder-ide/spyder/; 59 license = licenses.mit; 60 platforms = platforms.linux; 61 + maintainers = with maintainers; [ bjornfor fridh ]; 62 }; 63 }
+22 -3
pkgs/top-level/python-packages.nix
··· 1373 homepage = https://github.com/ContinuumIO/blaze; 1374 description = "Allows Python users a familiar interface to query data living in other data storage systems"; 1375 license = licenses.bsdOriginal; 1376 }; 1377 }; 1378 ··· 2284 platforms = platforms.all; 2285 homepage = http://cython.org; 2286 license = licenses.asl20; 2287 }; 2288 }; 2289 ··· 2300 homepage = "http://github.com/pytoolz/cytoolz/"; 2301 description = "Cython implementation of Toolz: High performance functional utilities"; 2302 license = "licenses.bsd3"; 2303 }; 2304 }; 2305 ··· 2761 description = "Minimal task scheduling abstraction"; 2762 homepage = "http://github.com/ContinuumIO/dask/"; 2763 licenses = licenses.bsd3; 2764 }; 2765 }; 2766 ··· 2779 homepage = https://github.com/ContinuumIO/datashape; 2780 description = "A data description language"; 2781 license = licenses.bsd2; 2782 }; 2783 }; 2784 ··· 7189 description = "IPython Kernel for Jupyter"; 7190 homepage = http://ipython.org/; 7191 license = licenses.bsd3; 7192 }; 7193 }; 7194 ··· 7207 description = "Interactive Parallel Computing with IPython"; 7208 homepage = http://ipython.org/; 7209 license = licenses.bsd3; 7210 }; 7211 7212 }; ··· 7228 description = "IPython: Productive Interactive Computing"; 7229 homepage = http://ipython.org/; 7230 license = licenses.bsd3; 7231 - maintainers = with maintainers; [ bjornfor jgeerds ]; 7232 }; 7233 }; 7234 ··· 7474 description = "Jupyter protocol implementation and client libraries"; 7475 homepage = http://jupyter.org/; 7476 license = licenses.bsd3; 7477 }; 7478 }; 7479 ··· 7492 description = "Jupyter core package. A base package on which Jupyter projects rely"; 7493 homepage = http://jupyter.org/; 7494 license = licenses.bsd3; 7495 }; 7496 }; 7497 ··· 8465 homepage = http://github.com/mrocklin/multipledispatch/; 8466 description = "A relatively sane approach to multiple dispatch in Python"; 8467 license = licenses.bsd3; 8468 }; 8469 }; 8470 ··· 8737 description = "Converting Jupyter Notebooks"; 8738 homepage = http://jupyter.org/; 8739 license = licenses.bsd3; 8740 }; 8741 }; 8742 ··· 8755 description = "The Jupyter Notebook format"; 8756 homepage = "http://jupyter.org/"; 8757 license = licenses.bsd3; 8758 }; 8759 }; 8760 ··· 9104 description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing"; 9105 homepage = http://jupyter.org/; 9106 license = licenses.bsd3; 9107 }; 9108 }; 9109 ··· 9434 homepage = https://github.com/ContinuumIO/odo; 9435 description = "Data migration utilities"; 9436 license = licenses.bsdOriginal; 9437 }; 9438 }; 9439 ··· 9645 homepage = "http://pandas.pydata.org/"; 9646 description = "Python Data Analysis Library"; 9647 license = licenses.bsd3; 9648 - maintainers = with maintainers; [ raskin ]; 9649 platforms = platforms.unix; 9650 }; 9651 }; ··· 12486 description = "Jupyter Qt console"; 12487 homepage = http://jupyter.org/; 12488 license = licenses.bsd3; 12489 }; 12490 }; 12491 ··· 13111 description = "A set of python modules for machine learning and data mining"; 13112 homepage = http://scikit-learn.org; 13113 license = licenses.bsd3; 13114 }; 13115 }; 13116 - 13117 13118 scripttest = buildPythonPackage rec { 13119 version = "1.3"; ··· 13145 description = "statisitical data visualization"; 13146 homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; 13147 license = "BSD"; 13148 }; 13149 }; 13150 ··· 14517 description = "Traitlets Python config system"; 14518 homepage = http://ipython.org/; 14519 license = licenses.bsd3; 14520 }; 14521 }; 14522 ··· 14637 homepage = "http://github.com/pytoolz/toolz/"; 14638 description = "List processing tools and functional utilities"; 14639 license = "licenses.bsd3"; 14640 }; 14641 }; 14642 ··· 15566 description = "N-D labeled arrays and datasets in Python"; 15567 homepage = https://github.com/xray/xray; 15568 license = licenses.asl20; 15569 }; 15570 }; 15571
··· 1373 homepage = https://github.com/ContinuumIO/blaze; 1374 description = "Allows Python users a familiar interface to query data living in other data storage systems"; 1375 license = licenses.bsdOriginal; 1376 + maintainers = with maintainers; [ fridh ]; 1377 }; 1378 }; 1379 ··· 2285 platforms = platforms.all; 2286 homepage = http://cython.org; 2287 license = licenses.asl20; 2288 + maintainers = with maintainers; [ fridh ]; 2289 }; 2290 }; 2291 ··· 2302 homepage = "http://github.com/pytoolz/cytoolz/"; 2303 description = "Cython implementation of Toolz: High performance functional utilities"; 2304 license = "licenses.bsd3"; 2305 + maintainers = with maintainers; [ fridh ]; 2306 }; 2307 }; 2308 ··· 2764 description = "Minimal task scheduling abstraction"; 2765 homepage = "http://github.com/ContinuumIO/dask/"; 2766 licenses = licenses.bsd3; 2767 + maintainers = with maintainers; [ fridh ]; 2768 }; 2769 }; 2770 ··· 2783 homepage = https://github.com/ContinuumIO/datashape; 2784 description = "A data description language"; 2785 license = licenses.bsd2; 2786 + maintainers = with maintainers; [ fridh ]; 2787 }; 2788 }; 2789 ··· 7194 description = "IPython Kernel for Jupyter"; 7195 homepage = http://ipython.org/; 7196 license = licenses.bsd3; 7197 + maintainers = with maintainers; [ fridh ]; 7198 }; 7199 }; 7200 ··· 7213 description = "Interactive Parallel Computing with IPython"; 7214 homepage = http://ipython.org/; 7215 license = licenses.bsd3; 7216 + maintainers = with maintainers; [ fridh ]; 7217 }; 7218 7219 }; ··· 7235 description = "IPython: Productive Interactive Computing"; 7236 homepage = http://ipython.org/; 7237 license = licenses.bsd3; 7238 + maintainers = with maintainers; [ bjornfor jgeerds fridh ]; 7239 }; 7240 }; 7241 ··· 7481 description = "Jupyter protocol implementation and client libraries"; 7482 homepage = http://jupyter.org/; 7483 license = licenses.bsd3; 7484 + maintainers = with maintainers; [ fridh ]; 7485 }; 7486 }; 7487 ··· 7500 description = "Jupyter core package. A base package on which Jupyter projects rely"; 7501 homepage = http://jupyter.org/; 7502 license = licenses.bsd3; 7503 + maintainers = with maintainers; [ fridh ]; 7504 }; 7505 }; 7506 ··· 8474 homepage = http://github.com/mrocklin/multipledispatch/; 8475 description = "A relatively sane approach to multiple dispatch in Python"; 8476 license = licenses.bsd3; 8477 + maintainers = with maintainers; [ fridh ]; 8478 }; 8479 }; 8480 ··· 8747 description = "Converting Jupyter Notebooks"; 8748 homepage = http://jupyter.org/; 8749 license = licenses.bsd3; 8750 + maintainers = with maintainers; [ fridh ]; 8751 }; 8752 }; 8753 ··· 8766 description = "The Jupyter Notebook format"; 8767 homepage = "http://jupyter.org/"; 8768 license = licenses.bsd3; 8769 + maintainers = with maintainers; [ fridh ]; 8770 }; 8771 }; 8772 ··· 9116 description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing"; 9117 homepage = http://jupyter.org/; 9118 license = licenses.bsd3; 9119 + maintainers = with maintainers; [ fridh ]; 9120 }; 9121 }; 9122 ··· 9447 homepage = https://github.com/ContinuumIO/odo; 9448 description = "Data migration utilities"; 9449 license = licenses.bsdOriginal; 9450 + maintainers = with maintainers; [ fridh ]; 9451 }; 9452 }; 9453 ··· 9659 homepage = "http://pandas.pydata.org/"; 9660 description = "Python Data Analysis Library"; 9661 license = licenses.bsd3; 9662 + maintainers = with maintainers; [ raskin fridh ]; 9663 platforms = platforms.unix; 9664 }; 9665 }; ··· 12500 description = "Jupyter Qt console"; 12501 homepage = http://jupyter.org/; 12502 license = licenses.bsd3; 12503 + maintainers = with maintainers; [ fridh ]; 12504 }; 12505 }; 12506 ··· 13126 description = "A set of python modules for machine learning and data mining"; 13127 homepage = http://scikit-learn.org; 13128 license = licenses.bsd3; 13129 + maintainers = with maintainers; [ fridh ]; 13130 }; 13131 }; 13132 13133 scripttest = buildPythonPackage rec { 13134 version = "1.3"; ··· 13160 description = "statisitical data visualization"; 13161 homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; 13162 license = "BSD"; 13163 + maintainers = with maintainers; [ fridh ]; 13164 }; 13165 }; 13166 ··· 14533 description = "Traitlets Python config system"; 14534 homepage = http://ipython.org/; 14535 license = licenses.bsd3; 14536 + maintainers = with maintainers; [ fridh ]; 14537 }; 14538 }; 14539 ··· 14654 homepage = "http://github.com/pytoolz/toolz/"; 14655 description = "List processing tools and functional utilities"; 14656 license = "licenses.bsd3"; 14657 + maintainers = with maintainers; [ fridh ]; 14658 }; 14659 }; 14660 ··· 15584 description = "N-D labeled arrays and datasets in Python"; 15585 homepage = https://github.com/xray/xray; 15586 license = licenses.asl20; 15587 + maintainers = with maintainers; [ fridh ]; 15588 }; 15589 }; 15590