cura: add myself as maintainer

This commit is contained in:
Gabriel Ebner
2019-08-08 09:09:25 +02:00
parent 7246d5cfe6
commit 9e0e36b9d9
5 changed files with 5 additions and 5 deletions

View File

@@ -28,6 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/Ultimaker/libArcus;
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ abbradar gebner ];
};
}