ruby: remove myself as maintainer/CODEOWNER

It's been at least a year since I kept up to date with Ruby, and I
don't think I really have anything left to offer Nixpkgs in terms of
Ruby expertise.
master
Alyssa Ross 2021-03-31 09:27:35 +00:00
parent b4b7c8b425
commit 53f49682ee
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
3 changed files with 2 additions and 6 deletions

4
.github/CODEOWNERS vendored
View File

@ -94,10 +94,6 @@
/pkgs/applications/science/math/R @peti
/pkgs/development/r-modules @peti
# Ruby
/pkgs/development/interpreters/ruby @alyssais
/pkgs/development/ruby-modules @alyssais
# Rust
/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
/pkgs/build-support/rust @andir @danieldk @zowoq

View File

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Package management framework for Ruby";
homepage = "https://rubygems.org/";
license = with licenses; [ mit /* or */ ruby ];
maintainers = with maintainers; [ qyliss zimbatm ];
maintainers = with maintainers; [ zimbatm ];
};
}

View File

@ -47,7 +47,7 @@ buildRubyGem rec {
'';
homepage = "https://github.com/manveru/bundix";
license = "MIT";
maintainers = with lib.maintainers; [ manveru qyliss zimbatm ];
maintainers = with lib.maintainers; [ manveru zimbatm ];
platforms = lib.platforms.all;
};
}