0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak 2020-04-18 13:43:47 +02:00
parent e5450d9d00
commit fadcfc3ea4
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
22 changed files with 120 additions and 120 deletions

View file

@ -58,7 +58,7 @@ in {
default = {};
example = literalExample ''
{
domain = https://bw.domain.tld:8443;
domain = "https://bw.domain.tld:8443";
signupsAllowed = true;
rocketPort = 8222;
rocketLog = "critical";