mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #316834 from Hornwall/volunteer-as-maintainer
maintainers: add hornwall
This commit is contained in:
commit
e86fd8c2ee
|
@ -8200,6 +8200,12 @@
|
|||
githubId = 25618740;
|
||||
name = "Vincent Cui";
|
||||
};
|
||||
hornwall = {
|
||||
email = "hannes@hornwall.me";
|
||||
github = "hornwall";
|
||||
githubId = 1064477;
|
||||
name = "Hannes Hornwall";
|
||||
};
|
||||
hoverbear = {
|
||||
email = "operator+nix@hoverbear.org";
|
||||
matrix = "@hoverbear:matrix.org";
|
||||
|
|
|
@ -13,7 +13,7 @@ let
|
|||
downloadPage = "https://app.byndid.com/downloads";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ klden ];
|
||||
maintainers = with maintainers; [ klden hornwall ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue