qownnotes: add pbek as maintainer

(cherry picked from commit fa94b1dfce307999e2f33af8892e6a6519117b45)
This commit is contained in:
Matthias Thym 2023-04-20 19:15:49 +02:00 committed by Patrizio Bekerle
parent 4c273c98fd
commit f4fb71c8b1
No known key found for this signature in database
GPG Key ID: 67EF441ECF195217

View File

@ -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;
};
}