treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -94,7 +94,7 @@ in py.pkgs.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://octoprint.org/;
|
||||
homepage = "https://octoprint.org/";
|
||||
description = "The snappy web interface for your 3D printer";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ abbradar gebner ];
|
||||
|
||||
Reference in New Issue
Block a user