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

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

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Ultimaker/CuraEngine; homepage = https://github.com/Ultimaker/CuraEngine;
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar gebner ];
}; };
} }

View file

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

View file

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

View file

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