treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/p-gen/smenu;
|
||||
homepage = "https://github.com/p-gen/smenu";
|
||||
description = "Terminal selection utility";
|
||||
longDescription = ''
|
||||
Terminal utility that allows you to use words coming from the standard
|
||||
|
||||
Reference in New Issue
Block a user