Skip to content

Commit 1fec1c1

Browse files
authored
Merge pull request #318381 from RoyDubnium/master
ollama: add roydubnium as maintainer
2 parents 3a222f9 + bdcb30d commit 1fec1c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

maintainers/maintainer-list.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17865,6 +17865,11 @@
1786517865
githubId = 7439756;
1786617866
name = "Rowan Goemans";
1786717867
};
17868+
roydubnium = {
17869+
github = "RoyDubnium";
17870+
githubId = 72664566;
17871+
name = "Roy Davison";
17872+
};
1786817873
royneary = {
1786917874
email = "[email protected]";
1787017875
github = "royneary";

pkgs/by-name/ol/ollama/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ goBuild ((lib.optionalAttrs enableRocm {
213213
license = licenses.mit;
214214
platforms = platforms.unix;
215215
mainProgram = "ollama";
216-
maintainers = with maintainers; [ abysssol dit7ya elohmeier ];
216+
maintainers = with maintainers; [ abysssol dit7ya elohmeier roydubnium ];
217217
};
218218
})

0 commit comments

Comments
 (0)