summary refs log tree commit diff
path: root/pkgs/development/libraries/martyr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/martyr/default.nix')
-rw-r--r--pkgs/development/libraries/martyr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/martyr/default.nix b/pkgs/development/libraries/martyr/default.nix
index 4254bfe82ea..51fd6962e70 100644
--- a/pkgs/development/libraries/martyr/default.nix
+++ b/pkgs/development/libraries/martyr/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "Martyr is a Java framework around the IRC protocol to allow application writers easy manipulation of the protocol and client state";
+    description = "Java framework around the IRC protocol to allow application writers easy manipulation of the protocol and client state";
     homepage = "http://martyr.sourceforge.net/";
     license = stdenv.lib.licenses.lgpl21;
   };