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:
parent
b4b7c8b425
commit
53f49682ee
|
@ -94,10 +94,6 @@
|
||||||
/pkgs/applications/science/math/R @peti
|
/pkgs/applications/science/math/R @peti
|
||||||
/pkgs/development/r-modules @peti
|
/pkgs/development/r-modules @peti
|
||||||
|
|
||||||
# Ruby
|
|
||||||
/pkgs/development/interpreters/ruby @alyssais
|
|
||||||
/pkgs/development/ruby-modules @alyssais
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
|
/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
|
||||||
/pkgs/build-support/rust @andir @danieldk @zowoq
|
/pkgs/build-support/rust @andir @danieldk @zowoq
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Package management framework for Ruby";
|
description = "Package management framework for Ruby";
|
||||||
homepage = "https://rubygems.org/";
|
homepage = "https://rubygems.org/";
|
||||||
license = with licenses; [ mit /* or */ ruby ];
|
license = with licenses; [ mit /* or */ ruby ];
|
||||||
maintainers = with maintainers; [ qyliss zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@ buildRubyGem rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/manveru/bundix";
|
homepage = "https://github.com/manveru/bundix";
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
maintainers = with lib.maintainers; [ manveru qyliss zimbatm ];
|
maintainers = with lib.maintainers; [ manveru zimbatm ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue