maintainers: add ktrsoft
This commit is contained in:
parent
4d95c5fc53
commit
a2a0927269
|
@ -7014,6 +7014,11 @@
|
||||||
github = "timbertson";
|
github = "timbertson";
|
||||||
name = "Tim Cuthbertson";
|
name = "Tim Cuthbertson";
|
||||||
};
|
};
|
||||||
|
timma = {
|
||||||
|
email = "kunduru.it.iitb@gmail.com";
|
||||||
|
github = "ktrsoft";
|
||||||
|
name = "Timma";
|
||||||
|
};
|
||||||
timokau = {
|
timokau = {
|
||||||
email = "timokau@zoho.com";
|
email = "timokau@zoho.com";
|
||||||
github = "timokau";
|
github = "timokau";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k }:
|
{ lib, stdenv, buildPythonPackage, fetchPypi, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "avro-python3";
|
pname = "avro-python3";
|
||||||
|
@ -12,8 +12,11 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
doCheck = false; # No such file or directory: './run_tests.py
|
doCheck = false; # No such file or directory: './run_tests.py
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "A serialization and RPC framework";
|
description = "A serialization and RPC framework";
|
||||||
homepage = https://pypi.python.org/pypi/avro-python3/;
|
homepage = https://pypi.python.org/pypi/avro-python3/;
|
||||||
|
license = licenses.asl20;
|
||||||
|
|
||||||
|
maintainers = [ maintainers.shlevy maintainers.timma ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue