treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec{
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/clusterlabs/libqb;
|
||||
homepage = "https://github.com/clusterlabs/libqb";
|
||||
description = "A library providing high performance logging, tracing, ipc, and poll";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user