3
0
Fork 0
forked from mirrors/nixpkgs

bcachefs: update maintainers

As requested in https://github.com/NixOS/nixpkgs/pull/163433#issuecomment-1066169644
This commit is contained in:
Jamie McClymont 2022-03-14 21:52:18 +13:00
parent 4ee9b84ec5
commit 3b01bd6249
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
extraMeta = { extraMeta = {
branch = "master"; branch = "master";
maintainers = with lib.maintainers; [ davidak chiiruno ]; maintainers = with lib.maintainers; [ davidak Madouura ];
}; };
} // argsOverride; } // argsOverride;

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation {
description = "Tool for managing bcachefs filesystems"; description = "Tool for managing bcachefs filesystems";
homepage = "https://bcachefs.org/"; homepage = "https://bcachefs.org/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ davidak chiiruno ]; maintainers = with maintainers; [ davidak Madouura ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }