treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://serviio.org;
|
||||
homepage = "http://serviio.org";
|
||||
description = "UPnP Media Streaming Server";
|
||||
longDescription = ''
|
||||
Serviio is a free media server. It allows you to stream your media files (music, video or images)
|
||||
@@ -27,4 +27,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.thpham ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user