treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/rancher/convoy";
|
||||
description = "A Docker volume plugin, managing persistent container volumes.";
|
||||
description = "A Docker volume plugin, managing persistent container volumes";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user