treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/ripencc/bgpdump/";
|
||||
description = ''Analyze dump files produced by Zebra/Quagga or MRT'';
|
||||
description = "Analyze dump files produced by Zebra/Quagga or MRT";
|
||||
license = lib.licenses.hpnd;
|
||||
maintainers = with lib.maintainers; [ lewo ];
|
||||
platforms = with lib.platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user