netcdf: add url to license

This commit is contained in:
Markus Kowalewski 2018-10-25 21:41:35 +02:00
parent 19d1cafb9e
commit 46a495ac75
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -43,5 +43,8 @@ in stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
homepage = https://www.unidata.ucar.edu/software/netcdf/;
license = {
url = https://www.unidata.ucar.edu/software/netcdf/docs/copyright.html;
};
};
}