make my maintainer handle match my github username
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user