sops: add myself as a maintainer
Update pkgs/tools/security/sops/default.nix
This commit is contained in:
parent
5ffda4c121
commit
27262b7d82
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue