summary refs log tree commit diff
path: root/pkgs/desktops/e19/econnman.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-30 17:05:14 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-30 18:17:42 +0200
commitbf7ad2d84fc8244a61fd65b69a2dda0640c54df1 (patch)
tree2b5773648e998a9a2484bcae479be4e8d26446ca /pkgs/desktops/e19/econnman.nix
parent6524f969e552168846fdd63e6f1b41e881dcb8fe (diff)
downloadnixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.gz
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.bz2
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.lz
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.xz
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.zst
nixpkgs-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.zip
meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
Diffstat (limited to 'pkgs/desktops/e19/econnman.nix')
-rw-r--r--pkgs/desktops/e19/econnman.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/e19/econnman.nix b/pkgs/desktops/e19/econnman.nix
index 8eaebaf0af3..08d7a8c3e73 100644
--- a/pkgs/desktops/e19/econnman.nix
+++ b/pkgs/desktops/e19/econnman.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "Econnman is a user interface for the connman network connection manager";
+    description = "A user interface for the connman network connection manager";
     homepage = http://enlightenment.org/;
     maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ];
     platforms = stdenv.lib.platforms.linux;