[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69969] [PATCH 05/12] gnu: clipman: Fix source and home-page URL.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69969] [PATCH 05/12] gnu: clipman: Fix source and home-page URL. |
Date: |
Sun, 24 Mar 2024 00:37:49 +0000 |
The URI https://github.com/yory8/clipman/ no longer exists. The new
project's URL was obtained from the Nix package.
* gnu/packages/xdisorg.scm (clipman) [source]: Fix URL.
[home-page]: As above.
Change-Id: I20e9f22780586ce14d925d5cf106e70de8209e1e
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 46c9305e65..ba7c5b942e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3227,7 +3227,7 @@ (define-public clipman
(source (origin
(method git-fetch)
(uri (git-reference
- (url (string-append "https://github.com/yory8/" name "/"))
+ (url "https://github.com/chmouel/clipman")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32
@@ -3260,7 +3260,7 @@ (define-public clipman
clipman store} (or @command{exec wl-paste -t text --watch clipman store 1>>
PATH/TO/LOGFILE 2>&1 &} to log errors) at the beginning of wherever you
initialize programs.")
- (home-page "https://github.com/yory8/clipman")
+ (home-page "https://github.com/chmouel/clipman")
(license license:gpl3)))
(define-public kbdd
--
2.41.0
- [bug#69969] [PATCH 08/12] gnu: Add go-github-com-alecthomas-kingpin-v2., (continued)
- [bug#69969] [PATCH 08/12] gnu: Add go-github-com-alecthomas-kingpin-v2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 09/12] gnu: Add go-gopkg-in-alecthomas-kingpin-v2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 10/12] gnu: go-github-com-alecthomas-kingpin: Adjust inputs., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 11/12] gnu: clipman: Simplify package., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 12/12] gnu: clipman: Refresh package style., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 04/12] gnu: go-github-com-alecthomas-units: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 02/12] gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 01/12] gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 03/12] gnu: go-github-com-alecthomas-template: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 06/12] gnu: clipman: Update to 1.6.2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 05/12] gnu: clipman: Fix source and home-page URL.,
Sharlatan Hellseher <=
- [bug#69969] [PATCH 07/12] gnu: Add go-github-com-xhit-go-str2duration-v2., Sharlatan Hellseher, 2024/03/23
- bug#69969: [PATCH 00/12] gnu: clipman: Update to 1.6.2., Sharlatan Hellseher, 2024/03/27