From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E567B138010 for ; Thu, 28 Mar 2013 16:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A07D5E09BC; Thu, 28 Mar 2013 16:30:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D595E09BC for ; Thu, 28 Mar 2013 16:30:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B05533BE2C for ; Thu, 28 Mar 2013 16:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B88B1E4073 for ; Thu, 28 Mar 2013 16:30:43 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1364488237.3ec7a181e33a301e70324783c7fcfb9bd5ef57b6.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: gentoo_sponsors.py X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3ec7a181e33a301e70324783c7fcfb9bd5ef57b6 X-VCS-Branch: master Date: Thu, 28 Mar 2013 16:30:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7988be19-5858-4320-ab70-ecd06d90e2bb X-Archives-Hash: c5d9def037cbeb646c8326480c0712d4 commit: 3ec7a181e33a301e70324783c7fcfb9bd5ef57b6 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Mar 28 16:30:29 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Mar 28 16:30:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=3ec7a181 Fix correct sponsor in URL. Signed-off-by: Robin H. Johnson gentoo.org> --- gentoo_sponsors.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index 5f3c1fb..87ae43c 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -103,8 +103,8 @@ ads = [ 'weight': 5, 'url': 'http://www.hotelkatalog24.de', 'html': { - "en": 'Gentoo Supported by hotelkatalog24.de, where you can find hotels and book them online.', - "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du Hotels ganz einfach online buchen kannst.', + "en": 'Gentoo Supported by hotelkatalog24.de, where you can find hotels and book them online.', + "de": 'Gentoo Unterstützt von hotelkatalog24.de, wo du Hotels ganz einfach online buchen kannst.', }, 'height': 120, 'width': 125,