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.
This commit is contained in:
Alyssa Ross
2021-03-31 09:27:35 +00:00
parent b4b7c8b425
commit 53f49682ee
3 changed files with 2 additions and 6 deletions

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;
};
}