diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-12 12:48:56 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-12 12:51:42 +0100 |
| commit | 11a67206eca955bf9ab6f4c7f072787f8c985459 (patch) | |
| tree | f6e458f38a5284b3e8c18fc15e8b2952647a1e0c | |
| parent | sn0int: 0.24.3 -> 0.25.0 (diff) | |
| download | nixpkgs-11a67206eca955bf9ab6f4c7f072787f8c985459.tar.gz | |
sn0int: add myself as maintainer
| -rw-r--r-- | pkgs/tools/security/sn0int/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/sn0int/default.nix b/pkgs/tools/security/sn0int/default.nix index ca78b767a1ed..96f0e44716c5 100644 --- a/pkgs/tools/security/sn0int/default.nix +++ b/pkgs/tools/security/sn0int/default.nix @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kpcyrd/sn0int"; changelog = "https://github.com/kpcyrd/sn0int/releases/tag/v${version}"; license = with licenses; [ gpl3Plus ]; - maintainers = with maintainers; [ xrelkd ]; + maintainers = with maintainers; [ fab xrelkd ]; platforms = platforms.linux; }; } |
