celluloid: add worldofpeace to maintainers

This commit is contained in:
worldofpeace 2019-11-13 18:42:24 -05:00 committed by Jon
parent 911bc93fe1
commit 682930b790

View file

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/celluloid-player/celluloid";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}