clipman: Fix removed repository
This commit is contained in:
parent
0c0452cc94
commit
4e7d39d716
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
version = "1.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yory8";
|
||||
owner = "chmouel";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-lahya0w1bgcTnpxANxNT2MIWu5yVUdqQl19kQzwUdAw=";
|
||||
@ -32,7 +32,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/yory8/clipman";
|
||||
homepage = "https://github.com/chmouel/clipman";
|
||||
description = "A simple clipboard manager for Wayland";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
|
Loading…
Reference in New Issue
Block a user