treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://octobanana.com/software/fltrdr;
|
||||
homepage = "https://octobanana.com/software/fltrdr";
|
||||
description = "A TUI text reader for the terminal";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user