blesh: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

Changed files
+4 -1
pkgs
by-name
bl
blesh
+4 -1
pkgs/by-name/bl/blesh/package.nix
···
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;
};
}