Unverified Commit df34a825 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #269574 from mkg20001/x2gor

x2go{server,client}: remove myself as maintainer
parents d0e68d70 d03e0345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ qt5.mkDerivation rec {
  meta = with lib; {
    description = "Graphical NoMachine NX3 remote desktop client";
    homepage = "http://x2go.org/";
    maintainers = with maintainers; [ mkg20001 ];
    maintainers = with maintainers; [ ];
    license = licenses.gpl2;
    platforms = platforms.linux;
  };
+1 −1
Original line number Diff line number Diff line
@@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
    homepage = "http://x2go.org/";
    platforms = lib.platforms.linux;
    license = licenses.gpl2;
    maintainers = with maintainers; [ averelld mkg20001 ];
    maintainers = with maintainers; [ averelld ];
  };
}