Commit b01d0ee1 authored by Cody Hiar's avatar Cody Hiar
Browse files

maintainers: add thornycrackers

parent a75f182a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14745,6 +14745,12 @@
    githubId = 1634990;
    name = "Tom McLaughlin";
  };
  thornycrackers = {
    email = "codyfh@gmail.com";
    github = "thornycrackers";
    githubId = 4313010;
    name = "Cody Hiar";
  };
  thoughtpolice = {
    email = "aseipp@pobox.com";
    github = "thoughtpolice";
+1 −0
Original line number Diff line number Diff line
@@ -42,5 +42,6 @@ buildPythonPackage rec {
    description = "JSON Web Token library for Python 3";
    homepage = "https://github.com/GehirnInc/python-jwt";
    license = licenses.asl20;
    maintainers = with maintainers; [ thornycrackers ];
  };
}