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 AB571158083 for ; Sat, 14 Sep 2024 07:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A210E29AD; Sat, 14 Sep 2024 07:09:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 50BB4E29AD for ; Sat, 14 Sep 2024 07:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C48F33C1EB for ; Sat, 14 Sep 2024 07:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E1027F5 for ; Sat, 14 Sep 2024 07:09:31 +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: <1726297766.ca8c907d555f0c61092388987053e30cf0b25284.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xnots/xnots-0.2.1-r2.ebuild X-VCS-Directories: x11-misc/xnots/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ca8c907d555f0c61092388987053e30cf0b25284 X-VCS-Branch: master Date: Sat, 14 Sep 2024 07:09:31 +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: 94493b60-0cfb-42c9-a997-5dbff05c341b X-Archives-Hash: 5bb1ba1e3d39cc5b677638906169f507 commit: ca8c907d555f0c61092388987053e30cf0b25284 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Sep 1 16:27:28 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 14 07:09:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8c907d x11-misc/xnots: use https Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38371 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/xnots/xnots-0.2.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xnots/xnots-0.2.1-r2.ebuild b/x11-misc/xnots/xnots-0.2.1-r2.ebuild index 295f6a4a777b..17a80c98c19b 100644 --- a/x11-misc/xnots/xnots-0.2.1-r2.ebuild +++ b/x11-misc/xnots/xnots-0.2.1-r2.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit flag-o-matic toolchain-funcs -DESCRIPTION="A desktop sticky note program for the unix geek" -HOMEPAGE="http://xnots.sourceforge.net https://github.com/thePalindrome/xnots" +DESCRIPTION="Desktop sticky note program for the unix geek" +HOMEPAGE="https://xnots.sourceforge.net https://github.com/thePalindrome/xnots" SRC_URI="https://downloads.sourceforge.net/xnots/${P}.tar.gz" LICENSE="GPL-2"