···2020 description = "Your filesystem as a dungeon";
2121 homepage = "https://github.com/facundoolano/rpg-cli";
2222 license = licenses.mit;
2323- maintainers = with maintainers; [ legendofmiracles ];
2323+ maintainers = with maintainers; [ lom ];
2424 };
2525}
+1-1
pkgs/games/steam-tui/default.nix
···3838 description = "Rust TUI client for steamcmd";
3939 homepage = "https://github.com/dmadisetti/steam-tui";
4040 license = licenses.mit;
4141- maintainers = with maintainers; [ legendofmiracles ];
4141+ maintainers = with maintainers; [ lom ];
4242 # steam only supports that platform
4343 platforms = [ "x86_64-linux" ];
4444 };
+1-1
pkgs/misc/cliscord/default.nix
···2121 description = "Simple command-line tool to send text and files to discord";
2222 homepage = "https://github.com/somebody1234/cliscord";
2323 license = licenses.mit;
2424- maintainers = with maintainers; [ legendofmiracles ];
2424+ maintainers = with maintainers; [ lom ];
2525 mainProgram = "cliscord";
2626 };
2727}
+1-1
pkgs/misc/present/default.nix
···2626 description = "A terminal-based presentation tool with colors and effects.";
2727 homepage = "https://github.com/vinayak-mehta/present";
2828 license = licenses.asl20;
2929- maintainers = with maintainers; [ legendofmiracles ];
2929+ maintainers = with maintainers; [ lom ];
3030 };
3131}
+1-1
pkgs/misc/wiki-tui/default.nix
···2525 description = "A simple and easy to use Wikipedia Text User Interface";
2626 homepage = "https://github.com/builditluc/wiki-tui";
2727 license = licenses.mit;
2828- maintainers = with maintainers; [ legendofmiracles ];
2828+ maintainers = with maintainers; [ lom ];
2929 mainProgram = "wiki-tui";
3030 };
3131}
···166166 i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
167167 x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded;
168168169169- # TODO: fix cross compilation of nix{,Unstable} to netbsd and switch to common
170170- x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd embedded;
169169+ x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd common;
171170172171 # we test `embedded` instead of `linuxCommon` because very few packages
173172 # successfully cross-compile to Redox so far