peertube: remove mohe2015 as maintainer

This commit is contained in:
Moritz Hedtke 2024-06-21 12:40:30 +02:00
parent 9e70b38d6b
commit fea3071335

View File

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