about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mswatch
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-06-30 19:11:18 +0300
committerDoron Behar <doron.behar@gmail.com>2023-06-30 19:11:18 +0300
commita799ad04a69f358a078b0345777e535cca73d359 (patch)
treeb027a0b895b37dcd05ee09155df07d2161b434af /pkgs/applications/networking/mailreaders/mswatch
parentdfe164c3936e6f1b81d3cfd5c7052947eb0d11c1 (diff)
mswatch: Remove rec and . from end of meta.description
Diffstat (limited to 'pkgs/applications/networking/mailreaders/mswatch')
-rw-r--r--pkgs/applications/networking/mailreaders/mswatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/mswatch/default.nix b/pkgs/applications/networking/mailreaders/mswatch/default.nix
index 41f0ac2fe4880..4c16be2a65aae 100644
--- a/pkgs/applications/networking/mailreaders/mswatch/default.nix
+++ b/pkgs/applications/networking/mailreaders/mswatch/default.nix
@@ -8,7 +8,7 @@
 , glib
 }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "mswatch";
   # Stable release won't compile successfully
   version = "unstable-2018-11-21";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "A command-line Linux utility that efficiently directs mail synchronization between a pair of mailboxes.";
+    description = "A command-line Linux utility that efficiently directs mail synchronization between a pair of mailboxes";
     homepage = "https://mswatch.sourceforge.net/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;