Merge pull request #9752 from FRidh/maintainer

add myself as maintainer

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