treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Qt Mobility";
|
||||
homepage = http://qt.nokia.com/products/qt-addons/mobility;
|
||||
homepage = "http://qt.nokia.com/products/qt-addons/mobility";
|
||||
maintainers = [ maintainers.qknight ];
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ bsd3 fdl13 gpl3 lgpl21 ];
|
||||
|
||||
Reference in New Issue
Block a user