treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ cmake pkgconfig curl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/tohojo/http-getter;
|
||||
homepage = "https://github.com/tohojo/http-getter";
|
||||
description = "Simple getter for HTTP URLs using cURL";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user