clipman: Fix removed repository

+2 -2
+2 -2
pkgs/tools/wayland/clipman/default.nix
··· 11 11 version = "1.6.2"; 12 12 13 13 src = fetchFromGitHub { 14 - owner = "yory8"; 14 + owner = "chmouel"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 17 sha256 = "sha256-lahya0w1bgcTnpxANxNT2MIWu5yVUdqQl19kQzwUdAw="; ··· 32 32 ''; 33 33 34 34 meta = with lib; { 35 - homepage = "https://github.com/yory8/clipman"; 35 + homepage = "https://github.com/chmouel/clipman"; 36 36 description = "A simple clipboard manager for Wayland"; 37 37 license = licenses.gpl3Only; 38 38 maintainers = with maintainers; [ ma27 ];