From 34fbd9d4fafc56f52e1027956c719f295246f2c6 Mon Sep 17 00:00:00 2001 From: guinux Date: Tue, 22 Nov 2016 18:13:48 +0100 Subject: [PATCH] change website url --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index a7337c4..c3763ae 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -272,7 +272,7 @@ namespace Pamac { "copyright", "Copyright © 2016 Guillaume Benoit", "version", VERSION, "license_type", Gtk.License.GPL_3_0, - "website", "http://manjaro.org"); + "website", "http://github.com/manjaro/pamac"); } public ErrorInfos get_current_error () {