summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-06-07 14:07:20 +0200
committerLinus Heckemann <git@sphalerite.org>2020-06-07 14:07:20 +0200
commit656468f4285735df63745f9cf9e9adff3a583320 (patch)
tree85435c4ffba1b960d904a6f6cb96fc83aa4fea11 /pkgs/applications/audio/audacity
parentadc908a87371e9567950afb0ea55b929b870823c (diff)
downloadnixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar.gz
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar.bz2
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar.lz
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar.xz
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.tar.zst
nixpkgs-656468f4285735df63745f9cf9e9adff3a583320.zip
audacity, isync: add self to maintainers
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 542a1f85188..73d31046813 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
     description = "Sound editor with graphical UI";
     homepage = "http://audacityteam.org/";
     license = licenses.gpl2Plus;
+    maintainers = with maintainers; [ lheckemann ];
     platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
   };
 }