Skip to content

Commit

Permalink
axoloti: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 4, 2017
1 parent f9991c9 commit fe496ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/axoloti/default.nix
Expand Up @@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
<literal>SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", ATTR{idProduct}=="0442", OWNER="someuser", GROUP="somegroup"</literal>
'';
license = licenses.gpl3;
maintainers = with lib.maintainers; [ TealG ];
maintainers = with maintainers; [ TealG ];
};
}

0 comments on commit fe496ea

Please sign in to comment.