nawk: update homepage

This commit is contained in:
Alexis Hildebrandt 2023-09-20 10:10:28 +02:00 committed by Anderson Torres
parent 63ae6fa5c6
commit b570cc35e4

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
homepage = "https://github.com/onetrueawk/awk";
homepage = "https://awk.dev";
description = "The one, true implementation of AWK";
longDescription = ''
This is the version of awk described in "The AWK Programming Language",