about summary refs log tree commit diff
path: root/pkgs/data
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/data
parent6524f969e552168846fdd63e6f1b41e881dcb8fe (diff)
downloadnixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.gz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.bz2
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.lz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.xz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.zst
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.zip
meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/documentation/zeal/default.nix2
-rw-r--r--pkgs/data/fonts/powerline-fonts/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/documentation/zeal/default.nix b/pkgs/data/documentation/zeal/default.nix
index 622171b33e35..c495ac0a9293 100644
--- a/pkgs/data/documentation/zeal/default.nix
+++ b/pkgs/data/documentation/zeal/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
-    description = "Zeal is a simple offline API documentation browser";
+    description = "A simple offline API documentation browser";
     longDescription = ''
       Zeal is a simple offline API documentation browser inspired by Dash (OS X
       app), available for Linux and Windows.
diff --git a/pkgs/data/fonts/powerline-fonts/default.nix b/pkgs/data/fonts/powerline-fonts/default.nix
index 0d3d9c104d46..2f528a619e72 100644
--- a/pkgs/data/fonts/powerline-fonts/default.nix
+++ b/pkgs/data/fonts/powerline-fonts/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     homepage = https://github.com/powerline/fonts;
-    description = "Patched fonts for Powerline users.";
+    description = "Patched fonts for Powerline users";
     longDescription = ''
       Pre-patched and adjusted fonts for usage with the Powerline plugin.
     '';