aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix')
-rw-r--r--nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix b/nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix
index 0f7e8f2c445..76d04e6b685 100644
--- a/nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix
+++ b/nixpkgs/pkgs/tools/networking/openvpn/update-resolv-conf.nix
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
- homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
+ homepage = "https://github.com/masterkorp/openvpn-update-resolv-conf/";
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2;
platforms = platforms.unix;