audacity, isync: add self to maintainers

This commit is contained in:
Linus Heckemann
2020-06-07 14:07:20 +02:00
parent adc908a873
commit 656468f428
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ primeos lheckemann ];
};
}