about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-11-29 05:04:41 +0100
committeraszlig <aszlig@nix.build>2018-11-29 05:10:17 +0100
commitbef2a439576b38e69aed756fe8e43bd4f7869723 (patch)
tree7eac30dd650e8a5287739b30ad9ad758c7bbc2f5 /pkgs/tools/audio
parent887ae75eb22e1929f406adf5bdba5e8d25453755 (diff)
downloadnixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar.gz
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar.bz2
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar.lz
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar.xz
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.tar.zst
nixlib-bef2a439576b38e69aed756fe8e43bd4f7869723.zip
beets-alternatives: Add myself as maintainer
I've introduced the plugin and have been maintaining it ever since, so
it's time to make myself the official maintainer in order to avoid
confusion about who to address when issues about the alternatives plugin
arise.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @wisp3rwind
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/alternatives-plugin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/audio/beets/alternatives-plugin.nix b/pkgs/tools/audio/beets/alternatives-plugin.nix
index 04b6a7678e5f..38902f234a2b 100644
--- a/pkgs/tools/audio/beets/alternatives-plugin.nix
+++ b/pkgs/tools/audio/beets/alternatives-plugin.nix
@@ -19,6 +19,7 @@ pythonPackages.buildPythonApplication rec {
   meta = {
     description = "Beets plugin to manage external files";
     homepage = https://github.com/geigerzaehler/beets-alternatives;
+    maintainers = [ stdenv.lib.maintainers.aszlig ];
     license = stdenv.lib.licenses.mit;
   };
 }