Unverified Commit 528ea9b8 authored by John's avatar John Committed by GitHub
Browse files

maintainers: remove johnramsden (#373017)

* Remove maintainer

* Remove John Ramsden from maintainer-list
parent 4046a28b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11068,12 +11068,6 @@
    github = "johnpyp";
    githubId = 20625636;
  };
  johnramsden = {
    email = "johnramsden@riseup.net";
    github = "johnramsden";
    githubId = 8735102;
    name = "John Ramsden";
  };
  johnrichardrinehart = {
    email = "johnrichardrinehart@gmail.com";
    github = "johnrichardrinehart";
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    homepage = "https://launchpad.net/onboard";
    description = "Onscreen keyboard useful for tablet PC users and for mobility impaired users";
    maintainers = with maintainers; [ johnramsden ];
    maintainers = with maintainers; [ ];
    license = licenses.gpl3;
  };
}