From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1FF615808C for ; Sat, 26 Mar 2022 13:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B53E0863; Sat, 26 Mar 2022 13:54:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C6E8E0855 for ; Sat, 26 Mar 2022 13:54:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73259343449 for ; Sat, 26 Mar 2022 13:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 904FA34A for ; Sat, 26 Mar 2022 13:54:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1648301699.5c5a1683da2e8709f7fcea0a074cf904315db266.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/hugo/hugo-0.93.3.ebuild X-VCS-Directories: www-apps/hugo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5c5a1683da2e8709f7fcea0a074cf904315db266 X-VCS-Branch: master Date: Sat, 26 Mar 2022 13:54:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca9635ff-e2e5-40e2-8ebd-9f9e167db912 X-Archives-Hash: 2d8fbf3da8a0d712f9b1f76b7bb0e749 commit: 5c5a1683da2e8709f7fcea0a074cf904315db266 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Mar 21 14:23:47 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 26 13:34:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5a1683 www-apps/hugo: update DESCRIPTION Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Signed-off-by: Joonas Niilola gentoo.org> www-apps/hugo/hugo-0.93.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/hugo/hugo-0.93.3.ebuild b/www-apps/hugo/hugo-0.93.3.ebuild index 5b173dc5bf42..7dd2072578ca 100644 --- a/www-apps/hugo/hugo-0.93.3.ebuild +++ b/www-apps/hugo/hugo-0.93.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit go-module bash-completion-r1 -DESCRIPTION="The world's fastest framework for building websites" +DESCRIPTION="Fast static HTML and CSS website generator" HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo" SRC_URI=" https://github.com/gohugoio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz