sops: add myself as a maintainer

Update pkgs/tools/security/sops/default.nix
This commit is contained in:
Jörg Thalheim 2024-04-29 09:58:53 +02:00 committed by Jörg Thalheim
parent 5ffda4c121
commit 27262b7d82

View File

@ -22,7 +22,7 @@ buildGoModule rec {
description = "Simple and flexible tool for managing secrets";
changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst";
mainProgram = "sops";
maintainers = with maintainers; [ Scrumplex ];
maintainers = with maintainers; [ Scrumplex mic92 ];
license = licenses.mpl20;
};
}