treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Show progress of open files and file systems";
|
||||
homepage = https://code.google.com/archive/p/ftop/;
|
||||
homepage = "https://code.google.com/archive/p/ftop/";
|
||||
license = licenses.gpl3Plus;
|
||||
longDescription = ''
|
||||
ftop is to files what top is to processes. The progress of all open files
|
||||
|
||||
Reference in New Issue
Block a user