Unverified Commit e065e550 authored by wxt's avatar wxt
Browse files

python3Packages.us: add bot-wxt1221 as maintainers

parent ef21cc74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@ buildPythonPackage rec {
    '';
    homepage = "https://github.com/unitedstates/python-us/";
    license = lib.licenses.bsd3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ bot-wxt1221 ];
  };
}