treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
passthru.mysqlVersion = "5.6";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.percona.com;
|
||||
homepage = "https://www.percona.com";
|
||||
description = "a free, fully compatible, enhanced, open source drop-in replacement for MySQL that provides superior performance, scalability and instrumentation";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user