Loading pkgs/by-name/vg/vgmtools/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ stdenv.mkDerivation { url = "https://github.com/vgmrips/vgmtools.git"; }; meta = with lib; { meta = { homepage = "https://github.com/vgmrips/vgmtools"; description = "Collection of tools for the VGM file format"; license = licenses.gpl2Only; # Not clarified whether Only or Plus maintainers = with maintainers; [ OPNA2608 ]; platforms = platforms.all; license = lib.licenses.gpl2Only; # Not clarified whether Only or Plus maintainers = with lib.maintainers; [ OPNA2608 ]; platforms = lib.platforms.all; }; } Loading
pkgs/by-name/vg/vgmtools/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ stdenv.mkDerivation { url = "https://github.com/vgmrips/vgmtools.git"; }; meta = with lib; { meta = { homepage = "https://github.com/vgmrips/vgmtools"; description = "Collection of tools for the VGM file format"; license = licenses.gpl2Only; # Not clarified whether Only or Plus maintainers = with maintainers; [ OPNA2608 ]; platforms = platforms.all; license = lib.licenses.gpl2Only; # Not clarified whether Only or Plus maintainers = with lib.maintainers; [ OPNA2608 ]; platforms = lib.platforms.all; }; }