streamripper: Fix wrong attribute path.

+1 -1
+1 -1
pkgs/applications/audio/streamripper/default.nix
··· 16 16 description = "Application that lets you record streaming mp3 to your hard drive"; 17 17 license = licenses.gpl2; 18 18 platforms = platforms.unix; 19 - maintainers = with stdenv.maintainers; [ the-kenny ]; 19 + maintainers = with maintainers; [ the-kenny ]; 20 20 }; 21 21 }