Commit 105c76e7 authored by Luiz Irber's avatar Luiz Irber
Browse files

maintainers: add luizirber

parent 3953ad2e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}