treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "YANKCMD=${xsel}/bin/xsel" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/mptre/yank;
|
||||
homepage = "https://github.com/mptre/yank";
|
||||
description = "Yank terminal output to clipboard";
|
||||
longDescription = ''
|
||||
Read input from stdin and display a selection interface that allows a
|
||||
|
||||
Reference in New Issue
Block a user