hdf4: add license

This commit is contained in:
Markus Kowalewski 2020-06-11 11:37:41 +02:00
parent f6243aba72
commit e174d249df
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -84,10 +84,11 @@ stdenv.mkDerivation rec {
moveToOutput bin "$bin"
'';
meta = {
meta = with stdenv.lib; {
description = "Data model, library, and file format for storing and managing data";
homepage = "https://support.hdfgroup.org/products/hdf4/";
maintainers = with stdenv.lib.maintainers; [ knedlsepp ];
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ knedlsepp ];
platforms = platforms.unix;
license = licenses.bsdOriginal;
};
}