Update license to unfree

This commit is contained in:
Thomas Pham
2018-02-07 20:45:30 +01:00
committed by Thomas Kim Pham
parent f0bafef6a1
commit 53682b9094
+1 -1
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) 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. 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 ]; maintainers = [ maintainers.thpham ];
platforms = platforms.linux; platforms = platforms.linux;
}; };