garden-of-coloured-lights: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-09 17:16:47 -03:00
parent d8cf88b06b
commit 42e7b546e9
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Old-school vertical shoot-em-up / bullet hell";
mainProgram = "garden";
homepage = "https://sourceforge.net/projects/garden/";
maintainers = [ ];
maintainers = with lib.maintainers; [ iedame ];
license = lib.licenses.gpl3;
};
})