about summary refs log tree commit diff
path: root/pkgs/tools/text/gawk
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-03 12:18:43 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-03 12:18:43 +0100
commita510aa2672dae525c1eb152f00fd0e6f8eb10f39 (patch)
treeee9b7efb3ca8049b84de1070e3cd2704c109f0f9 /pkgs/tools/text/gawk
parent077b7e5880628c12fe6a9ae0b10db848deb85b50 (diff)
parente869896d00d9c7b1485b15e891d21213b4ff97f0 (diff)
downloadnixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar.gz
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar.bz2
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar.lz
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar.xz
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.tar.zst
nixlib-a510aa2672dae525c1eb152f00fd0e6f8eb10f39.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/text/gawk')
-rw-r--r--pkgs/tools/text/gawk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index 33ce5a0fdb89..f0947004b4b1 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = http://www.gnu.org/software/gawk/;
+    homepage = https://www.gnu.org/software/gawk/;
     description = "GNU implementation of the Awk programming language";
 
     longDescription = ''