robin-map: remove myself from maintainers

This commit is contained in:
Jan Tojnar 2022-10-26 20:52:23 +02:00
parent deb9f09a0e
commit db96e455ed

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tessil/robin-map";
description = "C++ implementation of a fast hash map and hash set using robin hood hashing";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu jtojnar ];
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.unix;
};
}