treewide: minor cleanup of packages maintained by siraben

This commit is contained in:
Ben Siraphob
2021-02-21 19:23:43 +07:00
parent 5e19a1f495
commit 3be4cfb7de
3 changed files with 3 additions and 3 deletions
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "Assembler and linker for the Z80";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
platforms = platforms.all;
};
}