mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
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
This commit is contained in:
parent
dfd5b96459
commit
7b15e5334e
1 changed files with 2 additions and 2 deletions
|
@ -3227,7 +3227,7 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url (string-append "https://github.com/yory8/" name "/"))
|
(url "https://github.com/chmouel/clipman")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(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>>
|
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
|
PATH/TO/LOGFILE 2>&1 &} to log errors) at the beginning of wherever you
|
||||||
initialize programs.")
|
initialize programs.")
|
||||||
(home-page "https://github.com/yory8/clipman")
|
(home-page "https://github.com/chmouel/clipman")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public kbdd
|
(define-public kbdd
|
||||||
|
|
Loading…
Add table
Reference in a new issue