maintainers: add ktrsoft

This commit is contained in:
Timma
2020-01-11 13:53:06 +05:30
parent 4d95c5fc53
commit a2a0927269
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, isPy3k }:
{ lib, stdenv, buildPythonPackage, fetchPypi, isPy3k }:
buildPythonPackage rec {
pname = "avro-python3";
@@ -12,8 +12,11 @@ buildPythonPackage rec {
doCheck = false; # No such file or directory: './run_tests.py
meta = with stdenv.lib; {
meta = with lib; {
description = "A serialization and RPC framework";
homepage = https://pypi.python.org/pypi/avro-python3/;
license = licenses.asl20;
maintainers = [ maintainers.shlevy maintainers.timma ];
};
}