about summary refs log tree commit diff
path: root/pkgs/applications/emulators/zsnes/2.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/zsnes/2.x.nix')
-rw-r--r--pkgs/applications/emulators/zsnes/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/zsnes/2.x.nix b/pkgs/applications/emulators/zsnes/2.x.nix
index df253477d07bb..4a446174a34d2 100644
--- a/pkgs/applications/emulators/zsnes/2.x.nix
+++ b/pkgs/applications/emulators/zsnes/2.x.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = {
     homepage = "https://github.com/xyproto/zsnes";
-    description = "A maintained fork of zsnes";
+    description = "Maintained fork of zsnes";
     license = lib.licenses.gpl2Plus;
     maintainers = [ lib.maintainers.AndersonTorres ];
     platforms = lib.intersectLists lib.platforms.linux lib.platforms.x86;