1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

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;