make my maintainer handle match my github username

This commit is contained in:
Jean-Philippe Bernardy
2017-09-12 15:17:18 +02:00
parent 90b3d2db91
commit 1ba197f225
7 changed files with 7 additions and 7 deletions
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
description = "NVIDIA CUDA Deep Neural Network library (cuDNN)";
homepage = https://developer.nvidia.com/cudnn;
license = stdenv.lib.licenses.unfree;
maintainers = with maintainers; [ jpbernardy ];
maintainers = with maintainers; [ jyp ];
};
}