Merge pull request #105586 from jonringer/update-zfs-meta
zfs: add new maintainers, update homepage
This commit is contained in:
commit
b33d944a8d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue