audacity, isync: add self to maintainers

wip/yesman
Linus Heckemann 4 years ago
parent adc908a873
commit 656468f428
  1. 1
      pkgs/applications/audio/audacity/default.nix
  2. 2
      pkgs/tools/networking/isync/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
};
}

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ primeos lheckemann ];
};
}

Loading…
Cancel
Save