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

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