hdfview: update homepage url

This commit is contained in:
Patka 2024-02-08 19:35:25 +01:00
parent db842684bb
commit edc9f98926
No known key found for this signature in database

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A visual tool for browsing and editing HDF4 and HDF5 files"; description = "A visual tool for browsing and editing HDF4 and HDF5 files";
license = lib.licenses.free; # BSD-like license = lib.licenses.free; # BSD-like
homepage = "https://portal.hdfgroup.org/display/HDFVIEW/HDFView"; homepage = "https://www.hdfgroup.org/downloads/hdfview";
platforms = lib.platforms.linux ++ lib.platforms.darwin; platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [ jiegec ]; maintainers = with lib.maintainers; [ jiegec ];
mainProgram = "HDFView"; mainProgram = "HDFView";