maintainers: remove johnramsden (#373017)

* Remove maintainer

* Remove John Ramsden from maintainer-list
This commit is contained in:
John
2025-01-11 19:51:31 -05:00
committed by GitHub
parent 4046a28baa
commit 528ea9b8c3
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -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
View File
@@ -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;
};
}