treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Portable file system cache diagnostics and control";
|
||||
longDescription = "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.";
|
||||
homepage = https://hoytech.com/vmtouch/;
|
||||
homepage = "https://hoytech.com/vmtouch/";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.garrison ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user