diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index eaa7e93f3f05..98276dd4c4e3 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11906,6 +11906,16 @@ githubId = 26949935; name = "Pierce Bartine"; }; + pbek = { + email = "patrizio@bekerle.com"; + matrix = "@patrizio:bekerle.com"; + github = "pbek"; + githubId = 1798101; + name = "Patrizio Bekerle"; + keys = [{ + fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC"; + }]; + }; pblkt = { email = "pebblekite@gmail.com"; github = "pblkt"; diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix index c7bc47a9f045..e00af4d56f98 100644 --- a/pkgs/applications/office/qownnotes/default.nix +++ b/pkgs/applications/office/qownnotes/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation { changelog = "https://www.qownnotes.org/changelog.html"; downloadPage = "https://github.com/pbek/QOwnNotes/releases/tag/v${version}"; license = licenses.gpl2Only; - maintainers = with maintainers; [ totoroot ]; + maintainers = with maintainers; [ pbek totoroot ]; platforms = platforms.unix; }; }