Merge branch 'master' into octoprint
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user