forked from mirrors/nixpkgs
Update license to unfree
This commit is contained in:
parent
f0bafef6a1
commit
53682b9094
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue