Merge pull request #316834 from Hornwall/volunteer-as-maintainer

maintainers: add hornwall
This commit is contained in:
Aleksana 2024-07-08 15:26:31 +08:00 committed by GitHub
commit e86fd8c2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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" ];
};