treewide: remove package names from prefix of descriptions
This commit is contained in:
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''MaxScale database proxy extends MariaDB Server's high availability'';
|
||||
description = "MaxScale database proxy extends MariaDB Server's high availability";
|
||||
homepage = "https://mariadb.com/products/technology/maxscale";
|
||||
license = licenses.bsl11;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user