blockbench-electron: update maintainers

This commit is contained in:
ckie 2021-07-26 02:09:04 +03:00
parent 7517a2b788
commit ae9a55e65e
No known key found for this signature in database
GPG Key ID: 13E79449C0525215

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "A boxy 3D model editor powered by Electron";
homepage = "https://blockbench.net/";
license = licenses.gpl3Only;
maintainers = [ maintainers.ronthecookie ];
maintainers = [ maintainers.ckie ];
platforms = [ "x86_64-linux" ];
};
}