netcdf: add url to license
This commit is contained in:
parent
19d1cafb9e
commit
46a495ac75
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user