diff options
| author | Sergei Lukianov <me@slukjanov.name> | 2023-07-20 10:45:21 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-08-29 09:26:39 +0000 |
| commit | 59e6f8e5d578aff625572a2e3cff2590249e77d5 (patch) | |
| tree | 1ff25412d5ad5e725aebefbf6997c5cc185c541f | |
| parent | sanoid: 2.1.0 -> 2.2.0 (diff) | |
| download | nixpkgs-origin/backport-244536-to-release-23.05.tar.gz | |
sanoid: add Frostman to maintainersorigin/backport-244536-to-release-23.05
(cherry picked from commit 7819f216e0ec24fa6fae34317991e26b05c047c2)
| -rw-r--r-- | pkgs/tools/backup/sanoid/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/sanoid/default.nix b/pkgs/tools/backup/sanoid/default.nix index a215a9f3180f..f37a47149067 100644 --- a/pkgs/tools/backup/sanoid/default.nix +++ b/pkgs/tools/backup/sanoid/default.nix @@ -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; }; } |
