blesh: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-01-03 13:53:29 +01:00
parent 97d3e39603
commit bdeb0475fa
+4 -1
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;
};
}