mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
zfs: add new maintainers, update homepage
This commit is contained in:
parent
6dac8e6817
commit
c2c8e2e4cc
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