mswatch: Remove rec and . from end of meta.description

This commit is contained in:
Doron Behar 2023-06-30 19:11:18 +03:00
parent dfe164c393
commit a799ad04a6

View file

@ -8,7 +8,7 @@
, glib , glib
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "mswatch"; pname = "mswatch";
# Stable release won't compile successfully # Stable release won't compile successfully
version = "unstable-2018-11-21"; version = "unstable-2018-11-21";
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { 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/"; homepage = "https://mswatch.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;