Loading pkgs/by-name/ap/appcleaner/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -25,12 +25,15 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { description = "Uninstall unwanted apps"; homepage = "https://freemacsoft.net/appcleaner"; license = licenses.unfree; license = lib.licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau ]; platforms = platforms.darwin; maintainers = with lib.maintainers; [ emilytrau iedame ]; platforms = lib.platforms.darwin; }; }) Loading
pkgs/by-name/ap/appcleaner/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -25,12 +25,15 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { description = "Uninstall unwanted apps"; homepage = "https://freemacsoft.net/appcleaner"; license = licenses.unfree; license = lib.licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau ]; platforms = platforms.darwin; maintainers = with lib.maintainers; [ emilytrau iedame ]; platforms = lib.platforms.darwin; }; })