lol

Merge pull request #307431 from FRidh/remove-maintainer-fridh

Removing FRidh as active maintainer of packages

authored by

Martin Weinelt and committed by
GitHub
82a87c99 c4ad1656

+12 -74
+2 -5
.github/CODEOWNERS
··· 13 13 14 14 # GitHub actions 15 15 /.github/workflows @NixOS/Security @Mic92 @zowoq 16 - /.github/workflows/merge-staging @FRidh 17 16 18 17 # EditorConfig 19 18 /.editorconfig @Mic92 @zowoq ··· 125 124 /pkgs/common-updater/scripts/update-source-version @jtojnar 126 125 127 126 # Python-related code and docs 128 - /maintainers/scripts/update-python-libraries @FRidh 129 - /pkgs/development/interpreters/python @FRidh 130 - /doc/languages-frameworks/python.section.md @FRidh @mweinelt 131 - /pkgs/development/interpreters/python/hooks @FRidh @jonringer 127 + /doc/languages-frameworks/python.section.md @mweinelt 128 + /pkgs/development/interpreters/python/hooks @jonringer 132 129 133 130 # Haskell 134 131 /doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn @ncfavier
-4
doc/languages-frameworks/python.section.md
··· 878 878 homepage = "https://github.com/pytoolz/toolz"; 879 879 description = "List processing tools and functional utilities"; 880 880 license = lib.licenses.bsd3; 881 - maintainers = with lib.maintainers; [ fridh ]; 882 881 }; 883 882 } 884 883 ``` ··· 1013 1012 homepage = "https://github.com/ContinuumIO/datashape"; 1014 1013 description = "A data description language"; 1015 1014 license = lib.licenses.bsd2; 1016 - maintainers = with lib.maintainers; [ fridh ]; 1017 1015 }; 1018 1016 } 1019 1017 ``` ··· 1134 1132 description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms"; 1135 1133 homepage = "http://hgomersall.github.com/pyFFTW"; 1136 1134 license = with lib.licenses; [ bsd2 bsd3 ]; 1137 - maintainers = with lib.maintainers; [ fridh ]; 1138 1135 }; 1139 1136 } 1140 1137 ``` ··· 1494 1491 homepage = "https://github.com/pytoolz/toolz/"; 1495 1492 description = "List processing tools and functional utilities"; 1496 1493 license = lib.licenses.bsd3; 1497 - maintainers = with lib.maintainers; [ fridh ]; 1498 1494 }; 1499 1495 } 1500 1496 ```
-1
maintainers/team-list.nix
··· 826 826 827 827 python = { 828 828 members = [ 829 - fridh 830 829 hexa 831 830 jonringer 832 831 tjni
-1
pkgs/applications/editors/kile/default.nix
··· 42 42 meta = { 43 43 description = "User-friendly TeX/LaTeX authoring tool for the KDE desktop environment"; 44 44 homepage = "https://www.kde.org/applications/office/kile/"; 45 - maintainers = with lib.maintainers; [ fridh ]; 46 45 license = lib.licenses.gpl2Plus; 47 46 mainProgram = "kile"; 48 47 };
+1 -1
pkgs/applications/kde/filelight.nix
··· 20 20 mainProgram = "filelight"; 21 21 homepage = "https://apps.kde.org/filelight/"; 22 22 license = with lib.licenses; [ gpl2 ]; 23 - maintainers = with lib.maintainers; [ fridh vcunat ]; 23 + maintainers = with lib.maintainers; [ vcunat ]; 24 24 }; 25 25 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 26 26 propagatedBuildInputs = [
-1
pkgs/applications/kde/kcalc.nix
··· 12 12 description = "Scientific calculator"; 13 13 mainProgram = "kcalc"; 14 14 license = with lib.licenses; [ gpl2 ]; 15 - maintainers = [ lib.maintainers.fridh ]; 16 15 }; 17 16 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 18 17 buildInputs = [
-1
pkgs/applications/kde/kdeconnect-kde.nix
··· 77 77 description = "KDE Connect provides several features to integrate your phone and your computer"; 78 78 homepage = "https://community.kde.org/KDEConnect"; 79 79 license = with licenses; [ gpl2 ]; 80 - maintainers = with maintainers; [ fridh ]; 81 80 mainProgram = "kdeconnect-app"; 82 81 }; 83 82 }
-1
pkgs/applications/kde/kolourpaint.nix
··· 20 20 homepage = "https://apps.kde.org/kolourpaint/"; 21 21 description = "Paint program"; 22 22 mainProgram = "kolourpaint"; 23 - maintainers = [ lib.maintainers.fridh ]; 24 23 license = with lib.licenses; [ gpl2 ]; 25 24 }; 26 25 }
-1
pkgs/applications/kde/kwalletmanager.nix
··· 19 19 description = "KDE wallet management tool"; 20 20 mainProgram = "kwalletmanager5"; 21 21 license = with lib.licenses; [ gpl2 ]; 22 - maintainers = with lib.maintainers; [ fridh ]; 23 22 }; 24 23 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 25 24 buildInputs = [
-1
pkgs/applications/kde/yakuake.nix
··· 29 29 homepage = "https://yakuake.kde.org"; 30 30 description = "Quad-style terminal emulator for KDE"; 31 31 mainProgram = "yakuake"; 32 - maintainers = with lib.maintainers; [ fridh ]; 33 32 license = lib.licenses.gpl2; 34 33 }; 35 34 }
-1
pkgs/development/interpreters/python/cpython/2.7/default.nix
··· 350 350 ''; 351 351 license = lib.licenses.psfl; 352 352 platforms = lib.platforms.all; 353 - maintainers = with lib.maintainers; [ fridh ]; 354 353 knownVulnerabilities = [ 355 354 "Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/." 356 355 # Quote: That means that we will not improve it anymore after that day,
-1
pkgs/development/interpreters/python/cpython/default.nix
··· 662 662 license = licenses.psfl; 663 663 pkgConfigModules = [ "python3" ]; 664 664 platforms = platforms.linux ++ platforms.darwin ++ platforms.windows; 665 - maintainers = with maintainers; [ fridh ]; 666 665 mainProgram = executable; 667 666 }; 668 667 })
-1
pkgs/development/python-modules/acoustics/default.nix
··· 53 53 54 54 meta = with lib; { 55 55 description = "Python package for acousticians"; 56 - maintainers = with maintainers; [ fridh ]; 57 56 license = with licenses; [ bsd3 ]; 58 57 homepage = "https://github.com/python-acoustics/python-acoustics"; 59 58 };
-1
pkgs/development/python-modules/aiofiles/default.nix
··· 49 49 description = "File support for asyncio"; 50 50 homepage = "https://github.com/Tinche/aiofiles"; 51 51 license = with licenses; [ asl20 ]; 52 - maintainers = with maintainers; [ fridh ]; 53 52 }; 54 53 }
-1
pkgs/development/python-modules/bibtexparser/default.nix
··· 36 36 description = "Bibtex parser for Python"; 37 37 homepage = "https://github.com/sciunto-org/python-bibtexparser"; 38 38 license = with licenses; [ lgpl3Only /* or */ bsd3 ]; 39 - maintainers = with maintainers; [ fridh ]; 40 39 }; 41 40 }
-1
pkgs/development/python-modules/cycler/default.nix
··· 36 36 description = "Composable style cycles"; 37 37 homepage = "https://github.com/matplotlib/cycler"; 38 38 license = lib.licenses.bsd3; 39 - maintainers = with lib.maintainers; [ fridh ]; 40 39 }; 41 40 }
-1
pkgs/development/python-modules/cython/0.nix
··· 86 86 description = "An optimising static compiler for both the Python programming language and the extended Cython programming language"; 87 87 homepage = "https://cython.org"; 88 88 license = lib.licenses.asl20; 89 - maintainers = with lib.maintainers; [ fridh ]; 90 89 }; 91 90 }
-1
pkgs/development/python-modules/cython/default.nix
··· 66 66 description = "An optimising static compiler for both the Python programming language and the extended Cython programming language"; 67 67 homepage = "https://cython.org"; 68 68 license = lib.licenses.asl20; 69 - maintainers = with lib.maintainers; [ fridh ]; 70 69 }; 71 70 }
-1
pkgs/development/python-modules/cytoolz/default.nix
··· 47 47 homepage = "https://github.com/pytoolz/cytoolz/"; 48 48 description = "Cython implementation of Toolz: High performance functional utilities"; 49 49 license = licenses.bsd3; 50 - maintainers = with lib.maintainers; [ fridh ]; 51 50 }; 52 51 }
-1
pkgs/development/python-modules/dask/default.nix
··· 191 191 homepage = "https://dask.org/"; 192 192 changelog = "https://docs.dask.org/en/latest/changelog.html"; 193 193 license = licenses.bsd3; 194 - maintainers = with maintainers; [ fridh ]; 195 194 }; 196 195 }; in self
-1
pkgs/development/python-modules/datashape/default.nix
··· 46 46 homepage = "https://github.com/ContinuumIO/datashape"; 47 47 description = "A data description language"; 48 48 license = lib.licenses.bsd2; 49 - maintainers = with lib.maintainers; [ fridh ]; 50 49 }; 51 50 }
-1
pkgs/development/python-modules/flit/default.nix
··· 56 56 mainProgram = "flit"; 57 57 homepage = "https://github.com/pypa/flit"; 58 58 license = licenses.bsd3; 59 - maintainers = with maintainers; [ fridh ]; 60 59 }; 61 60 }
-1
pkgs/development/python-modules/folium/default.nix
··· 75 75 homepage = "https://github.com/python-visualization/folium"; 76 76 changelog = "https://github.com/python-visualization/folium/blob/v${version}/CHANGES.txt"; 77 77 license = with lib.licenses; [ mit ]; 78 - maintainers = with lib.maintainers; [ fridh ]; 79 78 }; 80 79 }
+1 -1
pkgs/development/python-modules/ipykernel/default.nix
··· 70 70 homepage = "https://ipython.org/"; 71 71 changelog = "https://github.com/ipython/ipykernel/releases/tag/v${version}"; 72 72 license = lib.licenses.bsd3; 73 - maintainers = with lib.maintainers; [ fridh ] ++ lib.teams.jupyter.members; 73 + maintainers = lib.teams.jupyter.members; 74 74 }; 75 75 }
-1
pkgs/development/python-modules/ipyparallel/default.nix
··· 66 66 homepage = "https://ipyparallel.readthedocs.io/"; 67 67 changelog = "https://github.com/ipython/ipyparallel/blob/${version}/docs/source/changelog.md"; 68 68 license = licenses.bsd3; 69 - maintainers = with maintainers; [ fridh ]; 70 69 }; 71 70 }
-1
pkgs/development/python-modules/ipython-genutils/default.nix
··· 44 44 description = "Vestigial utilities from IPython"; 45 45 homepage = "https://ipython.org/"; 46 46 license = lib.licenses.bsd3; 47 - maintainers = with lib.maintainers; [ fridh ]; 48 47 }; 49 48 }
+1 -1
pkgs/development/python-modules/ipython/default.nix
··· 112 112 homepage = "https://ipython.org/"; 113 113 changelog = "https://github.com/ipython/ipython/blob/${version}/docs/source/whatsnew/version${lib.versions.major version}.rst"; 114 114 license = licenses.bsd3; 115 - maintainers = with maintainers; [ bjornfor fridh ]; 115 + maintainers = with maintainers; [ bjornfor ]; 116 116 }; 117 117 }
-1
pkgs/development/python-modules/ipywidgets/default.nix
··· 48 48 description = "IPython HTML widgets for Jupyter"; 49 49 homepage = "https://github.com/jupyter-widgets/ipywidgets"; 50 50 license = lib.licenses.bsd3; 51 - maintainers = with lib.maintainers; [ fridh ]; 52 51 }; 53 52 }
-1
pkgs/development/python-modules/jupyter-client/default.nix
··· 48 48 homepage = "https://github.com/jupyter/jupyter_client"; 49 49 changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md"; 50 50 license = lib.licenses.bsd3; 51 - maintainers = with lib.maintainers; [ fridh ]; 52 51 }; 53 52 }
+1 -1
pkgs/development/python-modules/lark/default.nix
··· 47 47 homepage = "https://lark-parser.readthedocs.io/"; 48 48 changelog = "https://github.com/lark-parser/lark/releases/tag/${version}"; 49 49 license = licenses.mit; 50 - maintainers = with maintainers; [ fridh drewrisinger ]; 50 + maintainers = with maintainers; [ drewrisinger ]; 51 51 }; 52 52 }
-1
pkgs/development/python-modules/line-profiler/default.nix
··· 60 60 homepage = "https://github.com/pyutils/line_profiler"; 61 61 changelog = "https://github.com/pyutils/line_profiler/blob/v${version}/CHANGELOG.rst"; 62 62 license = licenses.bsd3; 63 - maintainers = with maintainers; [ fridh ]; 64 63 }; 65 64 }
-1
pkgs/development/python-modules/llvmlite/default.nix
··· 61 61 downloadPage = "https://github.com/numba/llvmlite"; 62 62 homepage = "http://llvmlite.pydata.org/"; 63 63 license = licenses.bsd2; 64 - maintainers = with maintainers; [ fridh ]; 65 64 }; 66 65 }
+1 -1
pkgs/development/python-modules/meson-python/default.nix
··· 48 48 description = "Meson Python build backend (PEP 517)"; 49 49 homepage = "https://github.com/mesonbuild/meson-python"; 50 50 license = [ lib.licenses.mit ]; 51 - maintainers = with lib.maintainers; [ fridh doronbehar ]; 51 + maintainers = with lib.maintainers; [ doronbehar ]; 52 52 }; 53 53 }
-1
pkgs/development/python-modules/mesonpep517/default.nix
··· 41 41 description = "Create pep517 compliant packages from the meson build system"; 42 42 homepage = "https://gitlab.com/thiblahute/mesonpep517"; 43 43 license = lib.licenses.asl20; 44 - maintainers = [ lib.maintainers.fridh ]; 45 44 }; 46 45 }
-1
pkgs/development/python-modules/multipledispatch/default.nix
··· 23 23 homepage = "https://github.com/mrocklin/multipledispatch/"; 24 24 description = "A relatively sane approach to multiple dispatch in Python"; 25 25 license = lib.licenses.bsd3; 26 - maintainers = with lib.maintainers; [ fridh ]; 27 26 }; 28 27 }
+1 -1
pkgs/development/python-modules/nbformat/default.nix
··· 54 54 mainProgram = "jupyter-trust"; 55 55 homepage = "https://jupyter.org/"; 56 56 license = lib.licenses.bsd3; 57 - maintainers = with lib.maintainers; [ fridh globin ]; 57 + maintainers = with lib.maintainers; [ globin ]; 58 58 }; 59 59 }
-1
pkgs/development/python-modules/nidaqmx/default.nix
··· 55 55 meta = { 56 56 description = "API for interacting with the NI-DAQmx driver"; 57 57 license = [ lib.licenses.mit ]; 58 - maintainers = [ lib.maintainers.fridh ]; 59 58 }; 60 59 }
-1
pkgs/development/python-modules/nose-exclude/default.nix
··· 24 24 license = lib.licenses.lgpl21; 25 25 description = "Exclude specific directories from nosetests runs"; 26 26 homepage = "https://github.com/kgrandis/nose-exclude"; 27 - maintainers = with lib.maintainers; [ fridh ]; 28 27 }; 29 28 }
-1
pkgs/development/python-modules/numba/default.nix
··· 139 139 homepage = "https://numba.pydata.org/"; 140 140 license = licenses.bsd2; 141 141 mainProgram = "numba"; 142 - maintainers = with maintainers; [ fridh ]; 143 142 }; 144 143 }
-1
pkgs/development/python-modules/numpy/default.nix
··· 186 186 mainProgram = "f2py"; 187 187 homepage = "https://numpy.org/"; 188 188 license = lib.licenses.bsd3; 189 - maintainers = with lib.maintainers; [ fridh ]; 190 189 }; 191 190 }
-1
pkgs/development/python-modules/onnxconverter-common/default.nix
··· 48 48 description = "ONNX Converter and Optimization Tools"; 49 49 homepage = "https://github.com/microsoft/onnxconverter-common"; 50 50 changelog = "https://github.com/microsoft/onnxconverter-common/releases/tag/v${version}"; 51 - maintainers = with lib.maintainers; [ fridh ]; 52 51 license = with lib.licenses; [ mit ]; 53 52 }; 54 53 }
+1 -1
pkgs/development/python-modules/onnxruntime/default.nix
··· 70 70 # sympy 71 71 ]; 72 72 73 - meta = onnxruntime.meta // { maintainers = with lib.maintainers; [ fridh ]; }; 73 + meta = onnxruntime.meta; 74 74 }
+1 -1
pkgs/development/python-modules/pandas/default.nix
··· 266 266 Python, providing labeled data structures similar to R data.frame 267 267 objects, statistical functions, and much more. 268 268 ''; 269 - maintainers = with maintainers; [ raskin fridh knedlsepp ]; 269 + maintainers = with maintainers; [ raskin knedlsepp ]; 270 270 }; 271 271 }; 272 272 in pandas
-1
pkgs/development/python-modules/pyfftw/default.nix
··· 27 27 description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms"; 28 28 homepage = "http://hgomersall.github.com/pyFFTW/"; 29 29 license = with licenses; [ bsd2 bsd3 ]; 30 - maintainers = with maintainers; [ fridh ]; 31 30 }; 32 31 }
-1
pkgs/development/python-modules/pyopencl/default.nix
··· 69 69 description = "Python wrapper for OpenCL"; 70 70 homepage = "https://github.com/pyopencl/pyopencl"; 71 71 license = licenses.mit; 72 - maintainers = [ maintainers.fridh ]; 73 72 }; 74 73 }
-1
pkgs/development/python-modules/pyproject-metadata/default.nix
··· 48 48 homepage = "https://github.com/FFY00/python-pyproject-metadata"; 49 49 changelog = "https://github.com/FFY00/python-pyproject-metadata/blob/${version}/CHANGELOG.rst"; 50 50 license = licenses.mit; 51 - maintainers = with maintainers; [ fridh ]; 52 51 }; 53 52 }
-1
pkgs/development/python-modules/qtconsole/default.nix
··· 54 54 mainProgram = "jupyter-qtconsole"; 55 55 homepage = "https://qtconsole.readthedocs.io/"; 56 56 license = licenses.bsd3; 57 - maintainers = with maintainers; [ fridh ]; 58 57 platforms = platforms.unix; 59 58 }; 60 59 }
-1
pkgs/development/python-modules/recommonmark/default.nix
··· 38 38 description = "A docutils-compatibility bridge to CommonMark"; 39 39 homepage = "https://github.com/rtfd/recommonmark"; 40 40 license = lib.licenses.mit; 41 - maintainers = with lib.maintainers; [ fridh ]; 42 41 }; 43 42 }
-1
pkgs/development/python-modules/reikna/default.nix
··· 38 38 description = "GPGPU algorithms for PyCUDA and PyOpenCL"; 39 39 homepage = "https://github.com/fjarri/reikna"; 40 40 license = licenses.mit; 41 - maintainers = [ maintainers.fridh ]; 42 41 43 42 }; 44 43
-1
pkgs/development/python-modules/requests-download/default.nix
··· 27 27 description = "Download files using requests and save them to a target path"; 28 28 homepage = "https://www.github.com/takluyver/requests_download"; 29 29 license = lib.licenses.mit; 30 - maintainers = [ lib.maintainers.fridh ]; 31 30 }; 32 31 }
+1 -1
pkgs/development/python-modules/scipy/default.nix
··· 203 203 downloadPage = "https://github.com/scipy/scipy"; 204 204 homepage = "https://www.scipy.org/"; 205 205 license = licenses.bsd3; 206 - maintainers = with maintainers; [ fridh doronbehar ]; 206 + maintainers = with maintainers; [ doronbehar ]; 207 207 }; 208 208 }
-1
pkgs/development/python-modules/seaborn/default.nix
··· 70 70 homepage = "https://seaborn.pydata.org/"; 71 71 changelog = "https://github.com/mwaskom/seaborn/blob/master/doc/whatsnew/${src.rev}.rst"; 72 72 license = with licenses; [ bsd3 ]; 73 - maintainers = with maintainers; [ fridh ]; 74 73 }; 75 74 }
-1
pkgs/development/python-modules/skl2onnx/default.nix
··· 51 51 52 52 meta = { 53 53 description = "Convert scikit-learn models to ONNX"; 54 - maintainers = with lib.maintainers; [ fridh ]; 55 54 license = with lib.licenses; [ asl20 ]; 56 55 }; 57 56 }
-1
pkgs/development/python-modules/sounddevice/default.nix
··· 38 38 description = "Play and Record Sound with Python"; 39 39 homepage = "http://python-sounddevice.rtfd.org/"; 40 40 license = with lib.licenses; [ mit ]; 41 - maintainers = with lib.maintainers; [ fridh ]; 42 41 }; 43 42 }
-1
pkgs/development/python-modules/soundfile/default.nix
··· 37 37 description = "An audio library based on libsndfile, CFFI and NumPy"; 38 38 license = lib.licenses.bsd3; 39 39 homepage = "https://github.com/bastibe/python-soundfile"; 40 - maintainers = with lib.maintainers; [ fridh ]; 41 40 }; 42 41 }
-1
pkgs/development/python-modules/statsmodels/default.nix
··· 56 56 homepage = "https://www.github.com/statsmodels/statsmodels"; 57 57 changelog = "https://github.com/statsmodels/statsmodels/releases/tag/v${version}"; 58 58 license = licenses.bsd3; 59 - maintainers = with maintainers; [ fridh ]; 60 59 }; 61 60 }
-1
pkgs/development/python-modules/tabulate/default.nix
··· 38 38 mainProgram = "tabulate"; 39 39 homepage = "https://github.com/astanin/python-tabulate"; 40 40 license = lib.licenses.mit; 41 - maintainers = with lib.maintainers; [ fridh ]; 42 41 }; 43 42 }
-1
pkgs/development/python-modules/tiledb/default.nix
··· 78 78 description = "Python interface to the TileDB storage manager"; 79 79 homepage = "https://github.com/TileDB-Inc/TileDB-Py"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ fridh ]; 82 81 # tiledb/core.cc:556:30: error: ‘struct std::array<long unsigned int, 2>’ has no member named ‘second’ 83 82 broken = true; 84 83 };
-1
pkgs/development/python-modules/toolz/default.nix
··· 25 25 homepage = "https://github.com/pytoolz/toolz"; 26 26 description = "List processing tools and functional utilities"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ fridh ]; 29 28 }; 30 29 }
-1
pkgs/development/python-modules/tqdm/default.nix
··· 66 66 homepage = "https://github.com/tqdm/tqdm"; 67 67 changelog = "https://tqdm.github.io/releases/"; 68 68 license = with licenses; [ mit ]; 69 - maintainers = with maintainers; [ fridh ]; 70 69 }; 71 70 }
-1
pkgs/development/python-modules/traitlets/default.nix
··· 49 49 description = "Traitlets Python config system"; 50 50 homepage = "https://github.com/ipython/traitlets"; 51 51 license = lib.licenses.bsd3; 52 - maintainers = with lib.maintainers; [ fridh ]; 53 52 }; 54 53 }
-1
pkgs/development/python-modules/twine/default.nix
··· 49 49 mainProgram = "twine"; 50 50 homepage = "https://github.com/pypa/twine"; 51 51 license = lib.licenses.asl20; 52 - maintainers = with lib.maintainers; [ fridh ]; 53 52 }; 54 53 }
-1
pkgs/development/python-modules/typed-settings/default.nix
··· 66 66 homepage = "https://gitlab.com/sscherfke/typed-settings"; 67 67 changelog = "https://gitlab.com/sscherfke/typed-settings/-/blob/${version}/CHANGELOG.rst"; 68 68 license = lib.licenses.mit; 69 - maintainers = with lib.maintainers; [ fridh ]; 70 69 }; 71 70 }
-1
pkgs/development/python-modules/widgetsnbextension/default.nix
··· 30 30 description = "IPython HTML widgets for Jupyter"; 31 31 homepage = "https://github.com/jupyter-widgets/ipywidgets/tree/master/python/widgetsnbextension"; 32 32 license = ipywidgets.meta.license; # Build from same repo 33 - maintainers = with lib.maintainers; [ fridh ]; 34 33 }; 35 34 }
-1
pkgs/development/python-modules/xarray/default.nix
··· 52 52 description = "N-D labeled arrays and datasets in Python"; 53 53 homepage = "https://github.com/pydata/xarray"; 54 54 license = licenses.asl20; 55 - maintainers = with maintainers; [ fridh ]; 56 55 }; 57 56 }
+1 -1
pkgs/servers/sabnzbd/default.nix
··· 82 82 homepage = "https://sabnzbd.org"; 83 83 license = licenses.gpl2Plus; 84 84 platforms = platforms.linux; 85 - maintainers = with lib.maintainers; [ fridh jojosch adamcstephens ]; 85 + maintainers = with lib.maintainers; [ jojosch adamcstephens ]; 86 86 mainProgram = "sabnzbd"; 87 87 }; 88 88 }
-1
pkgs/tools/package-management/niff/default.nix
··· 29 29 description = "A program that compares two Nix expressions and determines which attributes changed"; 30 30 homepage = "https://github.com/FRidh/niff"; 31 31 license = lib.licenses.mit; 32 - maintainers = [ lib.maintainers.fridh ]; 33 32 mainProgram = "niff"; 34 33 }; 35 34 }