Commit 171a9e85 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.confuse: add doronbehar as co-maintainer

parent 73a224a1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ buildPythonPackage rec {
    description = "Python configuration library for Python that uses YAML";
    homepage = "https://github.com/beetbox/confuse";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ lovesegfault ];
    maintainers = with lib.maintainers; [
      lovesegfault
      doronbehar
    ];
  };
}