diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-21 23:35:28 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-21 23:35:28 -0300 |
| commit | 665c63afa8b0d169b6c05d7aa0ce8cbd70ebd7d7 (patch) | |
| tree | 928622c6e1a235a8f3ac32165932c34d6fed063a | |
| parent | nixos: package "remembering" application (diff) | |
| download | dotfiles-665c63afa8b0d169b6c05d7aa0ce8cbd70ebd7d7.tar.gz dotfiles-665c63afa8b0d169b6c05d7aa0ce8cbd70ebd7d7.tar.xz | |
nixos/not-on-nixpkgs/remembering.nix: Fix description
| -rw-r--r-- | nixos/not-on-nixpkgs/remembering.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/not-on-nixpkgs/remembering.nix b/nixos/not-on-nixpkgs/remembering.nix index b8c0bd73..9579c26a 100644 --- a/nixos/not-on-nixpkgs/remembering.nix +++ b/nixos/not-on-nixpkgs/remembering.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=$(out)" ]; meta = with stdenv.lib; { - description = "Translation support for Sphinx"; + description = "Add memory to dmenu, fzf and similar tools."; homepage = "https://remembering.euandreh.xyz"; license = licenses.agpl3; }; |
