···28282929 meta = with lib; {
3030 description = "3D printer / slicing GUI built on top of the Uranium framework";
3131- homepage = "https://github.com/Ultimaker/Cura";
3131+ homepage = https://github.com/Ultimaker/Cura;
3232 license = licenses.agpl3;
3333 platforms = platforms.linux;
3434 maintainers = with maintainers; [ abbradar ];
+1-1
pkgs/applications/misc/curaengine/default.nix
···18181919 meta = with stdenv.lib; {
2020 description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
2121- homepage = "https://github.com/Ultimaker/CuraEngine";
2121+ homepage = https://github.com/Ultimaker/CuraEngine;
2222 license = licenses.agpl3;
2323 platforms = platforms.linux;
2424 maintainers = with maintainers; [ abbradar ];
+1-1
pkgs/applications/science/math/cntk/default.nix
···9191 enableParallelBuilding = false;
92929393 meta = with lib; {
9494- homepage = "https://github.com/Microsoft/CNTK";
9494+ homepage = https://github.com/Microsoft/CNTK;
9595 description = "An open source deep-learning toolkit";
9696 license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
9797 maintainers = with maintainers; [ abbradar ];
+1-1
pkgs/applications/science/math/mxnet/default.nix
···36363737 meta = with stdenv.lib; {
3838 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
3939- homepage = "https://mxnet.incubator.apache.org/";
3939+ homepage = https://mxnet.incubator.apache.org/;
4040 maintainers = with maintainers; [ abbradar ];
4141 license = licenses.asl20;
4242 platforms = platforms.linux;