From 4c273c98fdb8c1c2c29f1b17092c098bf8a94d98 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 21 Apr 2023 08:50:21 +0200 Subject: [PATCH 1/2] maintainers: add pbek --- maintainers/maintainer-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index fa3f2990b9f6..fca35a582d96 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"; From f4fb71c8b150501cce3c1735a340356b327a88df Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Thu, 20 Apr 2023 19:15:49 +0200 Subject: [PATCH 2/2] qownnotes: add pbek as maintainer (cherry picked from commit fa94b1dfce307999e2f33af8892e6a6519117b45) --- pkgs/applications/office/qownnotes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }