maintainers: add fliegendewurst

This commit is contained in:
FliegendeWurst 2021-03-02 14:38:21 +01:00
parent c485b6159d
commit 69f1362deb
2 changed files with 7 additions and 1 deletions

View file

@ -3151,6 +3151,12 @@
githubId = 19961516; githubId = 19961516;
name = "Felix Weilbach"; name = "Felix Weilbach";
}; };
fliegendewurst = {
email = "arne.keller@posteo.de";
github = "FliegendeWurst";
githubId = 12560461;
name = "Arne Keller";
};
flokli = { flokli = {
email = "flokli@flokli.de"; email = "flokli@flokli.de";
github = "flokli"; github = "flokli";

View file

@ -16,7 +16,7 @@ let
homepage = "https://github.com/zadam/trilium"; homepage = "https://github.com/zadam/trilium";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ emmanuelrosa dtzWill ]; maintainers = with maintainers; [ fliegendewurst ];
}; };
version = "0.45.10"; version = "0.45.10";