summary refs log tree commit diff
diff options
context:
space:
mode:
authorMoritz Böhme <mail@moritzboeh.me>2022-02-03 21:11:04 +0100
committerGitHub <noreply@github.com>2022-02-03 21:11:04 +0100
commitd44a7cbfbc063e818d3c2282d10ab8c76f54a15b (patch)
tree64170b7245bb71457acf70eee00527f65a6f2d39
parent7d656c99c029fafdcff31eeeacaf34941a5c1afb (diff)
downloadnixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar.gz
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar.bz2
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar.lz
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar.xz
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.tar.zst
nixpkgs-d44a7cbfbc063e818d3c2282d10ab8c76f54a15b.zip
Update pkgs/applications/audio/sptlrx/default.nix
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
-rw-r--r--pkgs/applications/audio/sptlrx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/sptlrx/default.nix b/pkgs/applications/audio/sptlrx/default.nix
index 21545ab5d87..1d53c2f4cea 100644
--- a/pkgs/applications/audio/sptlrx/default.nix
+++ b/pkgs/applications/audio/sptlrx/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   ldflags = [ "-s" "-w" ];
 
   meta = with lib; {
-    description = "Spotify lyrics in your terminal.";
+    description = "Spotify lyrics in your terminal";
     homepage = "https://github.com/raitonoberu/sptlrx";
     license = licenses.mit;
     maintainers = with maintainers; [ MoritzBoehme ];