sops: add Scrumplex as maintainer

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-28 23:09:48 +02:00
parent 73be5103dd
commit 5ffda4c121
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

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 = [ ];
maintainers = with maintainers; [ Scrumplex ];
license = licenses.mpl20;
};
}