mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
amdapp-sdk: fix homepage url
This commit is contained in:
parent
817d51aa8f
commit
6fc47b0c58
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user