Unverified Commit 06164c1e authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #306542 from tomfitzhenry/no-tom

Remove myself as maintainer for chatty and clapper
parents 4c51051b 9d666d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
    homepage = "https://gitlab.gnome.org/World/Chatty";
    changelog = "https://gitlab.gnome.org/World/Chatty/-/blob/${src.rev}/NEWS";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ dotlambda tomfitzhenry ];
    maintainers = with maintainers; [ dotlambda ];
    platforms = platforms.linux;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://github.com/Rafostar/clapper";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ tomfitzhenry ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}