treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool for controlling the special features of a 'U3 smart drive' USB Flash disk";
|
||||
homepage = https://sourceforge.net/projects/u3-tool/ ;
|
||||
homepage = "https://sourceforge.net/projects/u3-tool/";
|
||||
license = licenses.gpl2;
|
||||
platforms = with platforms; linux;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
|
||||
Reference in New Issue
Block a user