treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -57,7 +57,7 @@ mkDerivation rec {
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://www.teamviewer.com;
|
||||
homepage = "http://www.teamviewer.com";
|
||||
license = licenses.unfree;
|
||||
description = "Desktop sharing application, providing remote support and online meetings";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
Reference in New Issue
Block a user