tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
blockbench-electron: update maintainers
ckie
4 years ago
ae9a55e6
7517a2b7
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
blockbench-electron
default.nix
+1
-1
pkgs/applications/graphics/blockbench-electron/default.nix
···
42
description = "A boxy 3D model editor powered by Electron";
43
homepage = "https://blockbench.net/";
44
license = licenses.gpl3Only;
45
-
maintainers = [ maintainers.ronthecookie ];
46
platforms = [ "x86_64-linux" ];
47
};
48
}
···
42
description = "A boxy 3D model editor powered by Electron";
43
homepage = "https://blockbench.net/";
44
license = licenses.gpl3Only;
45
+
maintainers = [ maintainers.ckie ];
46
platforms = [ "x86_64-linux" ];
47
};
48
}