qownnotes: add pbek as maintainer

(cherry picked from commit fa94b1dfce307999e2f33af8892e6a6519117b45)
This commit is contained in:
Matthias Thym
2023-04-21 12:53:47 +02:00
committed by Patrizio Bekerle
parent 4c273c98fd
commit f4fb71c8b1
@@ -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;
};
}