maintainers: add luizirber

This commit is contained in:
Luiz Irber 2022-12-12 20:50:37 -08:00
parent 3953ad2e6b
commit 105c76e711
2 changed files with 7 additions and 0 deletions

View file

@ -8554,6 +8554,12 @@
githubId = 22085373;
name = "Luis Hebendanz";
};
luizirber = {
email = "nixpkgs@luizirber.org";
github = "luizirber";
githubId = 6642;
name = "Luiz Irber";
};
luizribeiro = {
email = "nixpkgs@l9o.dev";
matrix = "@luizribeiro:matrix.org";

View file

@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A simple read-only sequence database, designed for short reads";
homepage = "https://pypi.org/project/screed/";
maintainers = with maintainers; [ luizirber ];
license = licenses.bsd3;
};
}