Merge pull request #318381 from RoyDubnium/master

ollama: add roydubnium as maintainer
This commit is contained in:
Pol Dellaiera 2024-06-09 14:41:45 +02:00 committed by GitHub
commit 1fec1c179f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -17865,6 +17865,11 @@
githubId = 7439756;
name = "Rowan Goemans";
};
roydubnium = {
github = "RoyDubnium";
githubId = 72664566;
name = "Roy Davison";
};
royneary = {
email = "christian@ulrich.earth";
github = "royneary";

View File

@ -213,6 +213,6 @@ goBuild ((lib.optionalAttrs enableRocm {
license = licenses.mit;
platforms = platforms.unix;
mainProgram = "ollama";
maintainers = with maintainers; [ abysssol dit7ya elohmeier ];
maintainers = with maintainers; [ abysssol dit7ya elohmeier roydubnium ];
};
})