treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/shellinabox/shellinabox;
|
||||
homepage = "https://github.com/shellinabox/shellinabox";
|
||||
description = "Web based AJAX terminal emulator";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ tomberek lihop ];
|
||||
|
||||
Reference in New Issue
Block a user