From c6060b93a607fccaada75b5bd13beff1fbcc5f42 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Mon, 30 Oct 2017 20:41:26 +0100 Subject: [PATCH] Fixup the links to point to the organization --- Source/Libs/AtkSharp/AtkSharp.csproj | 4 ++-- Source/Libs/CairoSharp/CairoSharp.csproj | 4 ++-- Source/Libs/GLibSharp/GLibSharp.csproj | 4 ++-- Source/Libs/GdkSharp/GdkSharp.csproj | 4 ++-- Source/Libs/GioSharp/GioSharp.csproj | 4 ++-- Source/Libs/GtkSharp/GtkSharp.csproj | 6 +++--- Source/Libs/PangoSharp/PangoSharp.csproj | 4 ++-- .../GtkSharp.Template.CSharp.nuspec | 2 +- build.cake | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Source/Libs/AtkSharp/AtkSharp.csproj b/Source/Libs/AtkSharp/AtkSharp.csproj index 825b043fb..e4f24eab3 100755 --- a/Source/Libs/AtkSharp/AtkSharp.csproj +++ b/Source/Libs/AtkSharp/AtkSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp AtkSharp is a C# wrapper for the Atk library. atk;atksharp;atk-sharp;wrapper diff --git a/Source/Libs/CairoSharp/CairoSharp.csproj b/Source/Libs/CairoSharp/CairoSharp.csproj index afb180d94..c77367612 100755 --- a/Source/Libs/CairoSharp/CairoSharp.csproj +++ b/Source/Libs/CairoSharp/CairoSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp CairoSharp is a C# wrapper for the Cairo library. cairo;cairosharp;cairo-sharp;wrapper diff --git a/Source/Libs/GLibSharp/GLibSharp.csproj b/Source/Libs/GLibSharp/GLibSharp.csproj index ee3904c60..e2767e053 100755 --- a/Source/Libs/GLibSharp/GLibSharp.csproj +++ b/Source/Libs/GLibSharp/GLibSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp GLibSharp is a C# wrapper for the GLib library. glib;glibsharp;glib-sharp;wrapper diff --git a/Source/Libs/GdkSharp/GdkSharp.csproj b/Source/Libs/GdkSharp/GdkSharp.csproj index 9cdc888c6..7c916a8c5 100755 --- a/Source/Libs/GdkSharp/GdkSharp.csproj +++ b/Source/Libs/GdkSharp/GdkSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp GdkSharp is a C# wrapper for the Gdk library. gdk;gdksharp;gdk-sharp;wrapper diff --git a/Source/Libs/GioSharp/GioSharp.csproj b/Source/Libs/GioSharp/GioSharp.csproj index ca1b39a0f..1757be2d3 100755 --- a/Source/Libs/GioSharp/GioSharp.csproj +++ b/Source/Libs/GioSharp/GioSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp GioSharp is a C# wrapper for the Gio library. gio;giosharp;gio-sharp;wrapper diff --git a/Source/Libs/GtkSharp/GtkSharp.csproj b/Source/Libs/GtkSharp/GtkSharp.csproj index ac48af52b..90a0f9e3e 100755 --- a/Source/Libs/GtkSharp/GtkSharp.csproj +++ b/Source/Libs/GtkSharp/GtkSharp.csproj @@ -4,9 +4,9 @@ true netstandard2.0 false - https://raw.githubusercontent.com/cra0zy/GtkSharp/develop/Source/Libs/GtkSharp/Icon.png - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://raw.githubusercontent.com/GtkSharp/GtkSharp/develop/Source/Libs/GtkSharp/Icon.png + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp GtkSharp is a C# wrapper for the Gtk library. gtk;gtksharp;gtk-sharp;wrapper diff --git a/Source/Libs/PangoSharp/PangoSharp.csproj b/Source/Libs/PangoSharp/PangoSharp.csproj index f9a41758a..f158bf172 100755 --- a/Source/Libs/PangoSharp/PangoSharp.csproj +++ b/Source/Libs/PangoSharp/PangoSharp.csproj @@ -3,8 +3,8 @@ true netstandard2.0 false - https://github.com/cra0zy/GtkSharp - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp + https://github.com/GtkSharp/GtkSharp PangoSharp is a C# wrapper for the Pango library. pango;pangosharp;pango-sharp;wrapper diff --git a/Source/Templates/NetCore/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.nuspec b/Source/Templates/NetCore/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.nuspec index 36d189b8c..3b960f935 100755 --- a/Source/Templates/NetCore/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.nuspec +++ b/Source/Templates/NetCore/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.nuspec @@ -8,7 +8,7 @@ A simple C# template for your .Net Core Gtk Application. GtkSharp Contributors GtkSharp Contributors - https://github.com/cra0zy/GtkSharp + https://github.com/GtkSharp/GtkSharp false gtk gtksharp gtk-sharp app dotnet new template diff --git a/build.cake b/build.cake index 7ea9c295b..548f5e1f4 100755 --- a/build.cake +++ b/build.cake @@ -21,7 +21,7 @@ Task("Init") // Assign some common properties msbuildsettings = msbuildsettings.WithProperty("Version", Settings.Version); msbuildsettings = msbuildsettings.WithProperty("Authors", "'GtkSharp Contributors'"); - msbuildsettings = msbuildsettings.WithProperty("PackageLicenseUrl", "'https://github.com/cra0zy/GtkSharp/blob/cakecore/LICENSE'"); + msbuildsettings = msbuildsettings.WithProperty("PackageLicenseUrl", "'https://github.com/GtkSharp/GtkSharp/blob/cakecore/LICENSE'"); // Add stuff to list Settings.Init();