treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Editor of tesseract-ocr box files";
|
||||
homepage = https://github.com/zdenop/qt-box-editor;
|
||||
homepage = "https://github.com/zdenop/qt-box-editor";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user