Loading
xemu: add meta attributes
- Get rid of nested `with` in meta
+ Because `with` itself is an antipattern, as explained in
https://nix.dev/anti-patterns/language#with-attrset-expression
+ Because nested `with` has unintuitive behavior, as shown in
https://github.com/NixOS/nix/issues/490
- Add meta.longDescription;
- Add meta.changelog;
- Update meta.maintainers list.