blesh: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2025-01-03 09:24:13 +01:00
parent 97d3e39603
commit bdeb0475fa
No known key found for this signature in database

View file

@ -60,7 +60,10 @@ stdenvNoCC.mkDerivation rec {
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
mainProgram = "blesh-share";
license = licenses.bsd3;
maintainers = with maintainers; [ aiotter ];
maintainers = with maintainers; [
aiotter
matthiasbeyer
];
platforms = platforms.unix;
};
}