treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/lvc/vtable-dumper;
|
||||
homepage = "https://github.com/lvc/vtable-dumper";
|
||||
description = "A tool to list content of virtual tables in a C++ shared library";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.bhipple ];
|
||||
|
||||
Reference in New Issue
Block a user