peertube: Remove matthiasbeyer from maintainers

I do not feel qualified of maintaining this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-05-09 11:22:44 +02:00
parent cf9432e06e
commit cf15878595
No known key found for this signature in database

View file

@ -123,6 +123,6 @@ in stdenv.mkDerivation rec {
license = licenses.agpl3Plus;
homepage = "https://joinpeertube.org/";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ immae izorkin matthiasbeyer mohe2015 stevenroose ];
maintainers = with maintainers; [ immae izorkin mohe2015 stevenroose ];
};
}