Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 01 Dec 2022 05:19:35
Message-Id: 1669871937.f781d0c3fe06f1d7600184e5bcd0f728c44b40ae.sam@gentoo
1 commit: f781d0c3fe06f1d7600184e5bcd0f728c44b40ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 05:18:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 05:18:57 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f781d0c3
7
8 setup.py: update link to release notes
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 setup.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.py b/setup.py
16 index b75d45e58..58823ab3b 100755
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -821,7 +821,7 @@ setup(
20 version="3.0.40",
21 url="https://wiki.gentoo.org/wiki/Project:Portage",
22 project_urls={
23 - "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",
24 + "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",
25 "Documentation": "https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage",
26 },
27 author="Gentoo Portage Development Team",