zfs: add new maintainers, update homepage

This commit is contained in:
Jonathan Ringer 2020-12-01 06:40:20 -08:00
parent 6dac8e6817
commit c2c8e2e4cc
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -170,10 +170,10 @@ let
Copy-On-Write filesystem with data integrity detection and repair,
snapshotting, cloning, block devices, deduplication, and more.
'';
homepage = "https://zfsonlinux.org/";
homepage = "https://github.com/openzfs/zfs";
license = licenses.cddl;
platforms = platforms.linux;
maintainers = with maintainers; [ jcumming wizeman fpletz globin ];
maintainers = with maintainers; [ hmenke jcumming jonringer wizeman fpletz globin mic92 ];
};
};
in {