[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63508] [PATCH v3 2/3] gnu: eudev: Use new project URL.
From: |
Liliana Marie Prikler |
Subject: |
[bug#63508] [PATCH v3 2/3] gnu: eudev: Use new project URL. |
Date: |
Mon, 29 May 2023 09:49:13 +0200 |
User-agent: |
Evolution 3.46.4 |
Am Sonntag, dem 28.05.2023 um 16:28 -0700 schrieb Felix Lechner:
> * gnu/packages/linux.scm (eudev): Use new project URL.
Be specific when changes affect parts of a package. Also, in the
ChangeLog you can mention the full URL.
> ---
> gnu/packages/linux.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index ae2792825b..90a44a518d 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -4180,7 +4180,7 @@ (define-public eudev
> (version "3.2.11")
> (source (origin
> (method git-fetch)
> - (uri (git-reference (url
> "https://github.com/gentoo/eudev")
> + (uri (git-reference (url
> "https://github.com/eudev-project/eudev")
> (commit (string-append "v"
> version))))
> (file-name (git-file-name name version))
> (sha256
According to this page, the home-page is also
<https://github.com/gentoo/eudev> and should thus be updated as well.
Cheers
- [bug#63508] [PATCH v2 1/4] gnu: eudev: Convert native-inputs to new style., (continued)
[bug#63508] [PATCH v3 1/3] gnu: eudev: Convert native-inputs to new style, and build arguments to Gexps., Felix Lechner, 2023/05/28
[bug#63508] [PATCH v4 1/2] gnu: eudev: Use new project URL for Git repo and home page., Felix Lechner, 2023/05/29