summary refs log tree commit diff
path: root/pkgs/applications/misc/camlistore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/camlistore/default.nix')
-rw-r--r--pkgs/applications/misc/camlistore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/camlistore/default.nix b/pkgs/applications/misc/camlistore/default.nix
index 56131425ab4..9adac335c0c 100644
--- a/pkgs/applications/misc/camlistore/default.nix
+++ b/pkgs/applications/misc/camlistore/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "Camlistore is a way of storing, syncing, sharing, modelling and backing up content";
+    description = "A way of storing, syncing, sharing, modelling and backing up content";
     homepage = https://camlistore.org;
     license = licenses.asl20;
     maintainers = with maintainers; [ cstrahan ];