Update license to unfree

This commit is contained in:
Thomas Pham 2018-01-19 19:11:03 +01:00 committed by Thomas Kim Pham
parent f0bafef6a1
commit 53682b9094

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
Serviio is a free media server. It allows you to stream your media files (music, video or images)
to any DLNA-certified renderer device (e.g. a TV set, Bluray player, games console) on your home network.
'';
license = licenses.free;
license = licenses.unfree;
maintainers = [ maintainers.thpham ];
platforms = platforms.linux;
};