Merge branch 'master' into octoprint

This commit is contained in:
Gabriel Ebner
2020-05-03 11:37:52 +02:00
12530 changed files with 147072 additions and 78852 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ let
];
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 WhittlesJr ];
+4 -4
View File
@@ -41,7 +41,7 @@ in {
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 ];
};
@@ -62,7 +62,7 @@ in {
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 ];
};
@@ -81,7 +81,7 @@ in {
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 ];
};
@@ -100,7 +100,7 @@ in {
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 ];
};