nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

maintainers: drop jyp (#426910)

authored by

Wolfgang Walther and committed by
GitHub
88f86122 d3911402

-13
-6
maintainers/maintainer-list.nix
··· 12893 12893 githubId = 20658981; 12894 12894 name = "Jarosław Wygoda"; 12895 12895 }; 12896 - jyp = { 12897 - email = "jeanphilippe.bernardy@gmail.com"; 12898 - github = "jyp"; 12899 - githubId = 27747; 12900 - name = "Jean-Philippe Bernardy"; 12901 - }; 12902 12896 jzellner = { 12903 12897 email = "jeffz@eml.cc"; 12904 12898 github = "sofuture";
-1
pkgs/development/python-modules/astunparse/default.nix
··· 28 28 description = "This is a factored out version of unparse found in the Python source distribution"; 29 29 homepage = "https://github.com/simonpercivall/astunparse"; 30 30 license = licenses.bsd3; 31 - maintainers = with maintainers; [ jyp ]; 32 31 }; 33 32 }
-1
pkgs/development/python-modules/bz2file/default.nix
··· 20 20 meta = { 21 21 description = "Bz2file is a Python library for reading and writing bzip2-compressed files"; 22 22 license = lib.licenses.asl20; 23 - maintainers = with lib.maintainers; [ jyp ]; 24 23 }; 25 24 }
-1
pkgs/development/python-modules/gast/default.nix
··· 36 36 homepage = "https://github.com/serge-sans-paille/gast/"; 37 37 license = lib.licenses.bsd3; 38 38 maintainers = with lib.maintainers; [ 39 - jyp 40 39 cpcloud 41 40 ]; 42 41 };
-1
pkgs/development/python-modules/gensim/default.nix
··· 61 61 homepage = "https://radimrehurek.com/gensim/"; 62 62 changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md"; 63 63 license = licenses.lgpl21Only; 64 - maintainers = with maintainers; [ jyp ]; 65 64 }; 66 65 }
-1
pkgs/development/python-modules/smart-open/default.nix
··· 74 74 description = "Library for efficient streaming of very large file"; 75 75 homepage = "https://github.com/RaRe-Technologies/smart_open"; 76 76 license = licenses.mit; 77 - maintainers = with maintainers; [ jyp ]; 78 77 }; 79 78 }
-1
pkgs/development/python-modules/tensorflow-estimator/bin.nix
··· 28 28 description = "TensorFlow Estimator is a high-level API that encapsulates model training, evaluation, prediction, and exporting"; 29 29 homepage = "http://tensorflow.org"; 30 30 license = licenses.asl20; 31 - maintainers = with maintainers; [ jyp ]; 32 31 }; 33 32 }
-1
pkgs/development/python-modules/tensorflow/bin.nix
··· 227 227 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 228 228 license = lib.licenses.asl20; 229 229 maintainers = with lib.maintainers; [ 230 - jyp 231 230 abbradar 232 231 ]; 233 232 badPlatforms = [ "x86_64-darwin" ];