treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
dontAddDisableDepTrack = stdenv.isDarwin;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A circuit-level SOCKS client/server that can be used to provide convenient and secure network connectivity.";
|
||||
description = "A circuit-level SOCKS client/server that can be used to provide convenient and secure network connectivity";
|
||||
homepage = "https://www.inet.no/dante/";
|
||||
maintainers = [ maintainers.arobyn ];
|
||||
license = licenses.bsdOriginal;
|
||||
|
||||
Reference in New Issue
Block a user