audacity, isync: add self to maintainers
This commit is contained in:
parent
adc908a873
commit
656468f428
@ -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…
Reference in New Issue
Block a user