treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "CLI11 is a command line parser for C++11";
|
||||
homepage = https://github.com/CLIUtils/CLI11;
|
||||
homepage = "https://github.com/CLIUtils/CLI11";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ nand0p ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
|
||||
Reference in New Issue
Block a user