rbw: Fix a typo (#2648)

This commit is contained in:
Hubert Jasudowicz 2022-01-17 21:37:46 +00:00 committed by GitHub
parent a69f3e9b03
commit 60d2c9660b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ in {
meta.maintainers = with lib.hm.maintainers; [ ambroisie ];
options.programs.rbw = with lib; {
enable = mkEnableOption "rwb, a CLI Bitwarden client";
enable = mkEnableOption "rbw, a CLI Bitwarden client";
package = mkOption {
type = types.package;