treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://libipfix.sourceforge.net/";
|
||||
description = "The libipfix C-library implements the IPFIX protocol defined by the IP Flow Information Export working group of the IETF.";
|
||||
description = "The libipfix C-library implements the IPFIX protocol defined by the IP Flow Information Export working group of the IETF";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ lewo ];
|
||||
|
||||
Reference in New Issue
Block a user