Unverified Commit 799940af authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

tslib: add ngi team

parent 3e7ff8ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,5 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.lgpl21;
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ shogo ];
    teams = with lib.teams; [ ngi ];
  };
})