micro: add pbsds to maintainers (#338085)

This commit is contained in:
Peder Bergebakken Sundt 2024-08-29 21:04:21 -04:00 committed by GitHub
commit 0721823d6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ let
meta = {
homepage = "https://micro-editor.github.io";
changelog = "https://github.com/zyedidia/micro/releases/";
description = "Modern and intuitive terminal-based text editor";
longDescription = ''
micro is a terminal-based text editor that aims to be easy to use and
@ -106,7 +107,10 @@ let
'';
license = lib.licenses.mit;
mainProgram = "micro";
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [
AndersonTorres
pbsds
];
};
};
in