treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sortix.org/rw;
|
||||
homepage = "https://sortix.org/rw";
|
||||
description = "Block device and byte copying program similar to dd";
|
||||
longDescription = ''
|
||||
rw is a command line program which copies information between files
|
||||
|
||||
Reference in New Issue
Block a user