cura: add myself as maintainer
This commit is contained in:
parent
7246d5cfe6
commit
9e0e36b9d9
5 changed files with 5 additions and 5 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue