various: remove AndersonTorres from elisp maintainership

This commit is contained in:
Anderson Torres
2025-01-22 21:47:09 -03:00
parent bc80114502
commit 078bf9dfd6
13 changed files with 13 additions and 22 deletions
@@ -73,6 +73,6 @@ melpaBuild (finalAttrs: {
'';
license = lib.licenses.gpl3Plus;
mainProgram = "cask";
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
})
@@ -25,6 +25,6 @@ melpaBuild {
homepage = "http://ethanschoonover.com/solarized";
description = "Precision colors for machines and people; Emacs implementation";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -41,6 +41,6 @@ melpaBuild {
values on to Emacs.
'';
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -23,6 +23,6 @@ melpaBuild {
homepage = "https://github.com/emacsmirror/font-lock-plus";
description = "Enhancements to standard library font-lock.el";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -22,6 +22,6 @@ melpaBuild {
homepage = "https://github.com/ichernyshovvv/grid.el";
description = "Library to put text data into boxes and manipulate them";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -22,6 +22,6 @@ melpaBuild {
homepage = "https://emacswiki.org/emacs/Icicles";
description = "Emacs library that enhances minibuffer completion";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -30,9 +30,6 @@ melpaBuild {
homepage = "https://github.com/idris-community/idris2-mode";
description = "Emacs mode for editing Idris 2 code";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
wuyoli
AndersonTorres
];
maintainers = with lib.maintainers; [ wuyoli ];
};
}
@@ -23,9 +23,6 @@ melpaBuild {
homepage = "https://www.emacswiki.org/emacs/IsearchPlus";
description = "Extensions to isearch";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
leungbk
AndersonTorres
];
maintainers = with lib.maintainers; [ leungbk ];
};
}
@@ -22,9 +22,6 @@ melpaBuild {
homepage = "https://www.emacswiki.org/emacs/IsearchPlus";
description = "Search text- or overlay-property contexts";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
leungbk
AndersonTorres
];
maintainers = with lib.maintainers; [ leungbk ];
};
}
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/zbelial/lspce";
description = "LSP Client for Emacs implemented as a module using Rust";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -25,6 +25,6 @@ melpaBuild {
homepage = "http://emacswiki.org/emacs/RectangleMark";
description = "Mark a rectangle of text with highlighting";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -23,7 +23,7 @@ melpaBuild {
homepage = "https://github.com/sunrise-commander/sunrise-commander/";
description = "Orthodox (two-pane) file manager for Emacs";
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.AndersonTorres ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}
@@ -55,6 +55,6 @@ melpaBuild {
homepage = "https://github.com/jcaw/voicemacs/";
description = "Set of utilities for controlling Emacs by voice";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
};
}