Commit 5ebb67ec authored by Bryan Lai's avatar Bryan Lai
Browse files

python2Packages.wcwidth: @bryango in maintainers

Add myself in maintainers, and make sure that python3 maintainers is
_not_ pinged for python2 issues.
parent d34d5280
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{ backports-functools-lru-cache
, wcwidth
, lib
}:

wcwidth.overridePythonAttrs(oldAttrs: {
@@ -14,4 +15,10 @@ wcwidth.overridePythonAttrs(oldAttrs: {
      https://github.com/jquast/wcwidth/pull/117#issuecomment-1946609638
  */
  disabled = false;

  meta = oldAttrs.meta // {
    /** maintainers overridden here for python2; this makes sure that python3
        maintainers are not blamed for the breakage here. */
    maintainers = with lib.maintainers; [ bryango ];
  };
})