treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
bad data from getting to the icecast server.
|
||||
'';
|
||||
|
||||
homepage = http://www.icecast.org;
|
||||
homepage = "http://www.icecast.org";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
|
||||
Reference in New Issue
Block a user