libre: remove elohmeier as maintainer

This commit is contained in:
Enno Richter 2024-06-14 09:18:20 +02:00
parent bd96cac9a0
commit 60af41496f

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for real-time communications with async IO support and a complete SIP stack";
homepage = "https://github.com/baresip/re";
maintainers = with lib.maintainers; [ elohmeier raskin ];
maintainers = with lib.maintainers; [ raskin ];
license = lib.licenses.bsd3;
};
}