treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ mkDerivation (args // {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.qt.io;
|
||||
homepage = "http://www.qt.io";
|
||||
description = "A cross-platform application framework for C++";
|
||||
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
|
||||
maintainers = with maintainers; [ qknight ttuegel periklis bkchr ];
|
||||
|
||||
Reference in New Issue
Block a user