updt: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 17:59:53 +07:00
parent 5c5dd90429
commit 03ec81f41f

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "A lightweight UDP torrent tracker";
homepage = "https://naim94a.github.io/udpt";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ makefu ];
};
}