treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://0pointer.de/lennart/projects/libasyncns/;
|
||||
homepage = "http://0pointer.de/lennart/projects/libasyncns/";
|
||||
description = "A C library for Linux/Unix for executing name service queries asynchronously";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user