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

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