[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: clipman: Fix source and home-page URL.
From: |
guix-commits |
Subject: |
05/17: gnu: clipman: Fix source and home-page URL. |
Date: |
Wed, 27 Mar 2024 19:09:27 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7b15e5334eb3a3086bd3c97f98013a3492633266
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 22 21:26:16 2024 +0000
gnu: clipman: Fix source and home-page URL.
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 0b4bb36c3c..a46b35e72b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3227,7 +3227,7 @@ After selection, the clip is put onto the PRIMARY and
CLIPBOARD X selections.")
(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 @@ Run the binary in your session by adding @command{exec
wl-paste -t text --watch
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
- branch master updated (c2c1098585 -> 0e8f7ee3a9), guix-commits, 2024/03/27
- 02/17: gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., guix-commits, 2024/03/27
- 03/17: gnu: go-github-com-alecthomas-template: Move to golang-xyz., guix-commits, 2024/03/27
- 01/17: gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., guix-commits, 2024/03/27
- 04/17: gnu: go-github-com-alecthomas-units: Move to golang-xyz., guix-commits, 2024/03/27
- 08/17: gnu: Add go-github-com-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 17/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Adjust inputs., guix-commits, 2024/03/27
- 05/17: gnu: clipman: Fix source and home-page URL.,
guix-commits <=
- 13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation., guix-commits, 2024/03/27
- 12/17: gnu: clipman: Refresh package style., guix-commits, 2024/03/27
- 10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs., guix-commits, 2024/03/27
- 14/17: gnu: go-github-com-cyberdelia-go-metrics-graphite: Fix indentation., guix-commits, 2024/03/27
- 15/17: gnu: go-github-com-miekg-dns: Fix indentation., guix-commits, 2024/03/27
- 16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation., guix-commits, 2024/03/27
- 07/17: gnu: Add go-github-com-xhit-go-str2duration-v2., guix-commits, 2024/03/27
- 06/17: gnu: clipman: Update to 1.6.2., guix-commits, 2024/03/27
- 11/17: gnu: clipman: Simplify package., guix-commits, 2024/03/27