adobe-flex-sdk: fix homepage link

old link was broken
This commit is contained in:
Matthew Bauer 2017-08-17 14:59:43 -07:00
parent 3fcbc66a4b
commit 278de152cf

View File

@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
done
'';
meta = {
meta = {
description = "Flex SDK for Adobe Flash / ActionScript";
homepage = "http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html#installation";
homepage = "http://www.adobe.com/products/flex.html";
license = stdenv.lib.licenses.mpl11;
platforms = stdenv.lib.platforms.unix;
};