Unverified Commit c6188474 authored by Michael Daniels's avatar Michael Daniels
Browse files

xeyes: adopt

parent 71f7cfed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://gitlab.freedesktop.org/xorg/app/xeyes";
    license = lib.licenses.x11;
    mainProgram = "xeyes";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ mdaniels5757 ];
    platforms = lib.platforms.unix;
  };
})