mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
granted: add jlbribeiro as maintainer
Removes @ivankovnatsky as maintainer following https://github.com/NixOS/nixpkgs/pull/347364#pullrequestreview-2357233641
This commit is contained in:
parent
b74384f636
commit
a40bac7fd1
@ -94,6 +94,8 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/common-fate/granted";
|
||||
changelog = "https://github.com/common-fate/granted/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ivankovnatsky ];
|
||||
maintainers = with maintainers; [
|
||||
jlbribeiro
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user