Skip to content

Commit

Permalink
grandperspective: remove with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Dec 28, 2024
1 parent 0bc3a89 commit 0cb7e95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/gr/grandperspective/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
});

meta = with lib; {
meta = {
description = "Open-source macOS application to analyze disk usage";
longDescription = ''
GrandPerspective is a small utility application for macOS that graphically shows the disk usage within a file
Expand All @@ -59,13 +59,13 @@ stdenv.mkDerivation (finalAttrs: {
'';
mainProgram = "grandperspective";
homepage = "https://grandperspectiv.sourceforge.net";
license = licenses.gpl2Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [
license = lib.licenses.gpl2Only;
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
maintainers = with lib.maintainers; [
eliandoran
DimitarNestorov
];
platforms = platforms.darwin;
platforms = lib.platforms.darwin;
};

})

0 comments on commit 0cb7e95

Please sign in to comment.