diff --git a/pkgs/by-name/bl/blesh/package.nix b/pkgs/by-name/bl/blesh/package.nix index 2ae1f5914b66..79fb35dd0701 100644 --- a/pkgs/by-name/bl/blesh/package.nix +++ b/pkgs/by-name/bl/blesh/package.nix @@ -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; }; }