about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-05-08 15:20:47 +0200
committerPavol Rusnak <pavol@rusnak.io>2020-05-08 15:20:47 +0200
commit6abf4a43adc899c352b91c5230afce29344dbe77 (patch)
tree785d229aaa9a20121f8268edf45fc97c8b6e4515 /nixos/tests
parentc15434eefa2dce693ce119aa08b2650345d29482 (diff)
downloadnixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.gz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.bz2
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.lz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.xz
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.tar.zst
nixlib-6abf4a43adc899c352b91c5230afce29344dbe77.zip
treewide: per RFC45, remove more unquoted URLs
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/dokuwiki.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/dokuwiki.nix b/nixos/tests/dokuwiki.nix
index 2b907133ed5a..05271919effe 100644
--- a/nixos/tests/dokuwiki.nix
+++ b/nixos/tests/dokuwiki.nix
@@ -5,7 +5,7 @@ let
     name = "bootstrap3";
     # Download the theme from the dokuwiki site
     src = pkgs.fetchurl {
-      url = https://github.com/giterlizzi/dokuwiki-template-bootstrap3/archive/v2019-05-22.zip;
+      url = "https://github.com/giterlizzi/dokuwiki-template-bootstrap3/archive/v2019-05-22.zip";
       sha256 = "4de5ff31d54dd61bbccaf092c9e74c1af3a4c53e07aa59f60457a8f00cfb23a6";
     };
     # We need unzip to build this package
@@ -20,7 +20,7 @@ let
     name = "icalevents";
     # Download the plugin from the dokuwiki site
     src = pkgs.fetchurl {
-      url = https://github.com/real-or-random/dokuwiki-plugin-icalevents/releases/download/2017-06-16/dokuwiki-plugin-icalevents-2017-06-16.zip;
+      url = "https://github.com/real-or-random/dokuwiki-plugin-icalevents/releases/download/2017-06-16/dokuwiki-plugin-icalevents-2017-06-16.zip";
       sha256 = "e40ed7dd6bbe7fe3363bbbecb4de481d5e42385b5a0f62f6a6ce6bf3a1f9dfa8";
     };
     # We need unzip to build this package