amdapp-sdk: fix homepage url

This commit is contained in:
mimadrid 2017-10-26 23:30:19 +02:00 committed by Robert Helgesson
parent 817d51aa8f
commit 6fc47b0c58
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "AMD Accelerated Parallel Processing (APP) SDK, with OpenCL 1.2 support";
homepage = http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/;
homepage = http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/;
license = licenses.amd;
maintainers = [ maintainers.offline ];
platforms = [ "i686-linux" "x86_64-linux" ];