Unverified Commit 42e7b546 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

garden-of-coloured-lights: add maintainer iedame

parent d8cf88b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})