mpack: adopt

This commit is contained in:
Tomo 2024-05-20 15:52:12 -07:00 committed by Tomo
parent 86a7622c74
commit 84b113b900

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
description = "Utilities for encoding and decoding binary files in MIME";
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [ tomodachi94 ];
};
}