fuse-overlayfs: update maintainers
This commit is contained in:
parent
878589a122
commit
ab00d36d27
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "FUSE implementation for overlayfs";
|
description = "FUSE implementation for overlayfs";
|
||||||
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
|
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ma9e ];
|
maintainers = with maintainers; [ ma9e ] ++ teams.podman.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user