maintainers: boothead -> commandodev

This commit is contained in:
Sandro Jäckel
2020-11-25 20:41:31 +01:00
parent 3bff81a7fb
commit efe4ee67d0
3 changed files with 4 additions and 4 deletions
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/edenhill/librdkafka";
license = licenses.bsd2;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ boothead ];
maintainers = with maintainers; [ commandodev ];
};
}