summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-12-26 15:13:48 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-12-26 15:27:47 +0100
commit9842c4b1076a2f54de5e9a81fd91b2b91b1d051e (patch)
tree6ee99e64da5483d2feb799a51b473283115f56af /pkgs/shells
parent1635c6916e61d3a54afac8c55f508c3185b805da (diff)
downloadnixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar.gz
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar.bz2
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar.lz
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar.xz
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.tar.zst
nixpkgs-9842c4b1076a2f54de5e9a81fd91b2b91b1d051e.zip
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/gradle-completion/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/gradle-completion/default.nix b/pkgs/shells/zsh/gradle-completion/default.nix
index ed46a21325c..d13fd8aee00 100644
--- a/pkgs/shells/zsh/gradle-completion/default.nix
+++ b/pkgs/shells/zsh/gradle-completion/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     description = "Gradle tab completion for bash and zsh";
     homepage = https://github.com/gradle/gradle-completion;
     license = licenses.mit;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }