Merge pull request #29263 from jyp/jyp-rename-maintainer
make my maintainer handle match my github username
This commit is contained in:
commit
7aa2e6b590
|
@ -284,9 +284,9 @@
|
||||||
johnramsden = "John Ramsden <johnramsden@riseup.net>";
|
johnramsden = "John Ramsden <johnramsden@riseup.net>";
|
||||||
joko = "Ioannis Koutras <ioannis.koutras@gmail.com>";
|
joko = "Ioannis Koutras <ioannis.koutras@gmail.com>";
|
||||||
jonafato = "Jon Banafato <jon@jonafato.com>";
|
jonafato = "Jon Banafato <jon@jonafato.com>";
|
||||||
jpbernardy = "Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>";
|
|
||||||
jpierre03 = "Jean-Pierre PRUNARET <nix@prunetwork.fr>";
|
jpierre03 = "Jean-Pierre PRUNARET <nix@prunetwork.fr>";
|
||||||
jpotier = "Martin Potier <jpo.contributes.to.nixos@marvid.fr>";
|
jpotier = "Martin Potier <jpo.contributes.to.nixos@marvid.fr>";
|
||||||
|
jyp = "Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>";
|
||||||
jraygauthier = "Raymond Gauthier <jraygauthier@gmail.com>";
|
jraygauthier = "Raymond Gauthier <jraygauthier@gmail.com>";
|
||||||
jtojnar = "Jan Tojnar <jtojnar@gmail.com>";
|
jtojnar = "Jan Tojnar <jtojnar@gmail.com>";
|
||||||
juliendehos = "Julien Dehos <dehos@lisic.univ-littoral.fr>";
|
juliendehos = "Julien Dehos <dehos@lisic.univ-littoral.fr>";
|
||||||
|
|
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "NVIDIA CUDA Deep Neural Network library (cuDNN)";
|
description = "NVIDIA CUDA Deep Neural Network library (cuDNN)";
|
||||||
homepage = https://developer.nvidia.com/cudnn;
|
homepage = https://developer.nvidia.com/cudnn;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
maintainers = with maintainers; [ jpbernardy ];
|
maintainers = with maintainers; [ jyp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Backports of new features in Python’s weakref module";
|
description = "Backports of new features in Python’s weakref module";
|
||||||
license = licenses.psfl;
|
license = licenses.psfl;
|
||||||
maintainers = with maintainers; [ jpbernardy ];
|
maintainers = with maintainers; [ jyp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,6 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Bz2file is a Python library for reading and writing bzip2-compressed files";
|
description = "Bz2file is a Python library for reading and writing bzip2-compressed files";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ jpbernardy ];
|
maintainers = with lib.maintainers; [ jyp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||||
description = "Topic-modelling library";
|
description = "Topic-modelling library";
|
||||||
homepage = https://radimrehurek.com/gensim/;
|
homepage = https://radimrehurek.com/gensim/;
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
maintainers = with lib.maintainers; [ jpbernardy ];
|
maintainers = with lib.maintainers; [ jyp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
description = "smart_open is a Python 2 & Python 3 library for efficient streaming of very large file";
|
description = "smart_open is a Python 2 & Python 3 library for efficient streaming of very large file";
|
||||||
maintainers = with lib.maintainers; [ jpbernardy ];
|
maintainers = with lib.maintainers; [ jyp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -133,7 +133,7 @@ buildPythonPackage rec {
|
||||||
description = "TensorFlow helps the tensors flow";
|
description = "TensorFlow helps the tensors flow";
|
||||||
homepage = http://tensorflow.org;
|
homepage = http://tensorflow.org;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jpbernardy ];
|
maintainers = with maintainers; [ jyp ];
|
||||||
platforms = with platforms; if cudaSupport then linux else linux ++ darwin;
|
platforms = with platforms; if cudaSupport then linux else linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue