about summary refs log tree commit diff
path: root/pkgs/by-name/so/sopwith/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/so/sopwith/package.nix')
-rw-r--r--pkgs/by-name/so/sopwith/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/so/sopwith/package.nix b/pkgs/by-name/so/sopwith/package.nix
index 8a4c1f9162010..fe6fb0c147d32 100644
--- a/pkgs/by-name/so/sopwith/package.nix
+++ b/pkgs/by-name/so/sopwith/package.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://github.com/fragglet/sdl-sopwith";
-    description = "Classic biplane shoot ‘em-up game.";
+    description = "Classic biplane shoot ‘em-up game";
     license = licenses.gpl2Plus;
     mainProgram = "sopwith";
     maintainers = with maintainers; [ evilbulgarian ];