treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+1 -1
View File
@@ -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 ];
+4 -4
View File
@@ -39,7 +39,7 @@ let
meta = with stdenv.lib; {
description = "OctoPrint plugin for the Micro 3D printer";
homepage = https://github.com/donovan6000/M33-Fio;
homepage = "https://github.com/donovan6000/M33-Fio";
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];
};
@@ -60,7 +60,7 @@ let
meta = with stdenv.lib; {
description = "Publish printer status MQTT";
homepage = https://github.com/OctoPrint/OctoPrint-MQTT;
homepage = "https://github.com/OctoPrint/OctoPrint-MQTT";
license = licenses.agpl3;
maintainers = with maintainers; [ peterhoeg ];
};
@@ -79,7 +79,7 @@ let
meta = with stdenv.lib; {
description = "Show printers status in window title";
homepage = https://github.com/MoonshineSG/OctoPrint-TitleStatus;
homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus";
license = licenses.agpl3;
maintainers = with maintainers; [ abbradar ];
};
@@ -98,7 +98,7 @@ let
meta = with stdenv.lib; {
description = "A simple stl viewer tab for OctoPrint";
homepage = https://github.com/jneilliii/Octoprint-STLViewer;
homepage = "https://github.com/jneilliii/Octoprint-STLViewer";
license = licenses.agpl3;
maintainers = with maintainers; [ abbradar ];
};