summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
commita04625379a9e842cb987197c4f273de1bea807b7 (patch)
tree1d7de56a82a7806d6560a17c1bbdf19f86136c97 /pkgs/os-specific/linux/iproute
parent1ab03c3a76dd142a44c27951018f145ff78fb57e (diff)
parent6f6d2124fc890c41c7aaf0bee50f386866d30c15 (diff)
downloadnixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.gz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.bz2
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.lz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.xz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.zst
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/os-specific/linux/iproute')
-rw-r--r--pkgs/os-specific/linux/iproute/default.nix2
-rw-r--r--pkgs/os-specific/linux/iproute/mptcp.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/iproute/default.nix b/pkgs/os-specific/linux/iproute/default.nix
index 624644596d9..5fcf362bc8b 100644
--- a/pkgs/os-specific/linux/iproute/default.nix
+++ b/pkgs/os-specific/linux/iproute/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://wiki.linuxfoundation.org/networking/iproute2;
+    homepage = "https://wiki.linuxfoundation.org/networking/iproute2";
     description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";
     platforms = platforms.linux;
     license = licenses.gpl2;
diff --git a/pkgs/os-specific/linux/iproute/mptcp.nix b/pkgs/os-specific/linux/iproute/mptcp.nix
index 90503c21c04..4a58ae9e046 100644
--- a/pkgs/os-specific/linux/iproute/mptcp.nix
+++ b/pkgs/os-specific/linux/iproute/mptcp.nix
@@ -12,7 +12,7 @@ iproute.overrideAttrs (oa: rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/multipath-tcp/iproute-mptcp;
+    homepage = "https://github.com/multipath-tcp/iproute-mptcp";
     description = "IP-Route extensions for MultiPath TCP";
     license = licenses.gpl2;
     platforms = platforms.linux;