prl-tools: Update platforms and url

This commit is contained in:
Luke Adams
2017-11-11 17:05:07 -06:00
parent 1aef116e41
commit e58b67ab2b
+2 -2
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.