From 03ec81f41fde1b3ce989b0fcbfceed2bf5cc4c0c Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Wed, 10 Mar 2021 17:59:53 +0700 Subject: [PATCH] updt: expand platforms to all --- pkgs/servers/udpt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/udpt/default.nix b/pkgs/servers/udpt/default.nix index b681727c08f9..3eb51b68b8cd 100644 --- a/pkgs/servers/udpt/default.nix +++ b/pkgs/servers/udpt/default.nix @@ -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 ]; }; }