prl-tools: Update platforms and url

This commit is contained in:
Luke Adams 2017-07-19 16:16:49 -05:00
parent 1aef116e41
commit e58b67ab2b

View File

@ -189,8 +189,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Parallels Tools for Linux guests";
homepage = http://parallels.com;
platforms = platforms.linux;
homepage = https://parallels.com;
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.unfree;
# I was making this package blindly and requesting testing from the real user,
# so I can't even test it by myself and won't provide future updates.