welle-io: add markuskowa as maintainer

This commit is contained in:
Markus Kowalewski 2019-02-09 20:49:03 +01:00
parent b08932ad6c
commit 6273de05aa
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -40,7 +40,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A DAB/DAB+ Software Radio";
homepage = https://www.welle.io/;
maintainers = with maintainers; [ ck3d ];
maintainers = with maintainers; [ ck3d markuskowa ];
license = licenses.gpl2;
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;
};