about summary refs log tree commit diff
path: root/pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/bsnes/bsnes-hd/default.nix')
-rw-r--r--pkgs/applications/emulators/bsnes/bsnes-hd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/bsnes/bsnes-hd/default.nix b/pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
index 4b8e94dac1d10..354437e7c7b0b 100644
--- a/pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
+++ b/pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
@@ -73,7 +73,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with lib; {
-    description = "A fork of bsnes that adds HD video features";
+    description = "Fork of bsnes that adds HD video features";
     homepage = "https://github.com/DerKoun/bsnes-hd";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ stevebob ];