We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a222f9 + bdcb30d commit 1fec1c1Copy full SHA for 1fec1c1
maintainers/maintainer-list.nix
@@ -17865,6 +17865,11 @@
17865
githubId = 7439756;
17866
name = "Rowan Goemans";
17867
};
17868
+ roydubnium = {
17869
+ github = "RoyDubnium";
17870
+ githubId = 72664566;
17871
+ name = "Roy Davison";
17872
+ };
17873
royneary = {
17874
email = "[email protected]";
17875
github = "royneary";
pkgs/by-name/ol/ollama/package.nix
@@ -213,6 +213,6 @@ goBuild ((lib.optionalAttrs enableRocm {
213
license = licenses.mit;
214
platforms = platforms.unix;
215
mainProgram = "ollama";
216
- maintainers = with maintainers; [ abysssol dit7ya elohmeier ];
+ maintainers = with maintainers; [ abysssol dit7ya elohmeier roydubnium ];
217
218
})
0 commit comments