hdf4: add license
This commit is contained in:
parent
f6243aba72
commit
e174d249df
@ -84,10 +84,11 @@ stdenv.mkDerivation rec {
|
|||||||
moveToOutput bin "$bin"
|
moveToOutput bin "$bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Data model, library, and file format for storing and managing data";
|
description = "Data model, library, and file format for storing and managing data";
|
||||||
homepage = "https://support.hdfgroup.org/products/hdf4/";
|
homepage = "https://support.hdfgroup.org/products/hdf4/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ knedlsepp ];
|
maintainers = with maintainers; [ knedlsepp ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.bsdOriginal;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user