treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A virtual ring buffer library written in C";
|
||||
license = licenses.lgpl21;
|
||||
homepage = http://vrb.sourceforge.net/;
|
||||
homepage = "http://vrb.sourceforge.net/";
|
||||
maintainers = [ maintainers.bobvanderlinden ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user