reaper: add ilian as maintainer

This commit is contained in:
ilian 2021-01-21 15:10:35 +01:00
parent 22cccad901
commit 4df406a276

View file

@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.reaper.fm/";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ jfrankenau ilian ];
};
}