updt: expand platforms to all
This commit is contained in:
parent
5c5dd90429
commit
03ec81f41f
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A lightweight UDP torrent tracker";
|
description = "A lightweight UDP torrent tracker";
|
||||||
homepage = "https://naim94a.github.io/udpt";
|
homepage = "https://naim94a.github.io/udpt";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ makefu ];
|
maintainers = with lib.maintainers; [ makefu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user