From aebb41980c3cb6bfc88379f307aae4fd14f5e37b Mon Sep 17 00:00:00 2001 From: Stephen Huan Date: Tue, 26 Nov 2024 23:48:40 -0800 Subject: [PATCH] hdf5_1_10: add stephen-huan as maintainer --- pkgs/tools/misc/hdf5/1.10.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/hdf5/1.10.nix b/pkgs/tools/misc/hdf5/1.10.nix index 5e9c99e5d939..c74911d241ad 100644 --- a/pkgs/tools/misc/hdf5/1.10.nix +++ b/pkgs/tools/misc/hdf5/1.10.nix @@ -51,6 +51,7 @@ stdenv.mkDerivation rec { applications for managing, manipulating, viewing, and analyzing data in the HDF5 format. ''; license = lib.licenses.bsd3; # Lawrence Berkeley National Labs BSD 3-Clause variant + maintainers = with lib.maintainers; [ stephen-huan ]; homepage = "https://www.hdfgroup.org/HDF5/"; platforms = lib.platforms.unix; };