forked from mirrors/nixpkgs
commit
22dbd72d65
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue