jellyfin-media-player: added kranzes (myself) as a maintainer

This commit is contained in:
Ilan Joselevich 2021-08-02 00:45:45 +03:00 committed by Jonathan Ringer
parent 62812cb5f8
commit 03507abd3d

View file

@ -105,7 +105,7 @@ mkDerivation rec {
description = "Jellyfin Desktop Client based on Plex Media Player";
license = with licenses; [ gpl2Only mit ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ jojosch ];
maintainers = with maintainers; [ jojosch kranzes ];
mainProgram = "jellyfinmediaplayer";
};
}