audacity, isync: add self to maintainers

gstqt5
Linus Heckemann 2020-06-07 14:07:20 +02:00
parent adc908a873
commit 656468f428
2 changed files with 2 additions and 1 deletions

View File

@ -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
};
}

View File

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