Merge pull request #52569 from alyssais/qyliss-ruby
Make myself a Ruby maintainer
This commit is contained in:
commit
6bcfd5cfb3
2 changed files with 3 additions and 3 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -69,8 +69,8 @@
|
||||||
/pkgs/development/r-modules @peti
|
/pkgs/development/r-modules @peti
|
||||||
|
|
||||||
# Ruby
|
# Ruby
|
||||||
/pkgs/development/interpreters/ruby @zimbatm
|
/pkgs/development/interpreters/ruby @alyssais @zimbatm
|
||||||
/pkgs/development/ruby-modules @zimbatm
|
/pkgs/development/ruby-modules @alyssais @zimbatm
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
/pkgs/development/compilers/rust @Mic92 @LnL7
|
/pkgs/development/compilers/rust @Mic92 @LnL7
|
||||||
|
|
|
@ -38,7 +38,7 @@ buildRubyGem rec {
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/manveru/bundix;
|
homepage = https://github.com/manveru/bundix;
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
maintainers = with lib.maintainers; [ manveru zimbatm ];
|
maintainers = with lib.maintainers; [ manveru qyliss zimbatm ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue