1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Merge pull request #153625 from Mic92/tinc

This commit is contained in:
Martin Weinelt 2022-01-06 00:42:57 +01:00 committed by GitHub
commit 9b708d814b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -435,5 +435,5 @@ in
);
};
meta.maintainers = with maintainers; [ minijackson ];
meta.maintainers = with maintainers; [ minijackson mic92 ];
}