sanoid: add Frostman to maintainers

This commit is contained in:
Sergei Lukianov 2023-07-20 10:45:21 -07:00
parent f354d6d950
commit 7819f216e0

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "A policy-driven snapshot management tool for ZFS filesystems";
homepage = "https://github.com/jimsalterjrs/sanoid";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lopsided98 ];
maintainers = with maintainers; [ lopsided98 Frostman ];
platforms = platforms.all;
};
}