treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Simple RFC-complient TELNET implementation as a C library";
|
||||
homepage = https://github.com/seanmiddleditch/libtelnet;
|
||||
homepage = "https://github.com/seanmiddleditch/libtelnet";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
maintainers = [ stdenv.lib.maintainers.tomberek ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user