make my maintainer handle match my github username

This commit is contained in:
Jean-Philippe Bernardy
2017-09-12 09:59:28 +02:00
parent 90b3d2db91
commit 1ba197f225
7 changed files with 7 additions and 7 deletions

View File

@@ -23,6 +23,6 @@ buildPythonPackage rec {
meta = {
license = lib.licenses.mit;
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 ];
};
}