treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python3Packages; [ lxml pyte wcwidth ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://nbedos.github.io/termtosvg/;
|
||||
homepage = "https://nbedos.github.io/termtosvg/";
|
||||
description = "Record terminal sessions as SVG animations";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
|
||||
Reference in New Issue
Block a user