Unverified Commit ff613be7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #259597 from mimame/fix-clipman-repository

clipman: Fix removed repository
parents a6e3ae5c 4e7d39d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];