libxmlxx-v3: remove loskutov from maintainers (#432953)

Changed files
+1 -4
pkgs
development
libraries
libxmlxx
+1 -4
pkgs/development/libraries/libxmlxx/v3.nix
···
description = "C++ wrapper for the libxml2 XML parser library, version 3";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [
-
loskutov
-
willow
-
];
+
maintainers = with maintainers; [ willow ];
};
}