From e4fee1d3e00bb064b07e06b5daadcc7a82c82de9 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Wed, 13 Dec 2017 14:20:27 +0100 Subject: [PATCH] Problem: nuget packaging refers to imatix gsl Solution: re-point to the maintained zeromq fork Signed-off-by: Jim Klimov --- packaging/nuget/package.gsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/nuget/package.gsl b/packaging/nuget/package.gsl index de887580..1ff5549b 100644 --- a/packaging/nuget/package.gsl +++ b/packaging/nuget/package.gsl @@ -1,7 +1,7 @@ .# Generate NuGet nuspec file (for subsequent packing). .# .# This is a code generator built using the iMatix GSL code generation -.# language. See https://github.com/imatix/gsl for details. This script +.# language. See https://github.com/zeromq/gsl for details. This script .# is licensed under MIT/X11. .# .echo "Generating package.nuspec from template."