Skip to content

Commit

Permalink
Update package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
darwincereska authored Dec 25, 2024
1 parent 2a341e1 commit 5507b05
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/by-name/ma/managerio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,21 @@
fetchurl,
}:
appimageTools.wrapType2 rec {
pname = "manager";
pname = "manager-io";
version = "24.12.23.1999";
src = fetchurl {
url = "https://github.com/Manager-io/Manager/releases/download/${version}/Manager-linux-x64.AppImage";
hash = "sha256-Q4bH1cFvZfNSOWGXmg/RAOtjK6u5p2iRfUrOvetnoOs=";
};
meta = {
description = "Free accounting software for Windows, Mac and Linux";
homepage = "https://www.manager.io/";
description = "Accounting software for Windows, Mac and Linux";
homepage = "https://www.manager.io";
maintainers = with lib.maintainers; [ darwincereska ];
license = with lib.licenses; [ free ]; # Unspecified freeware
license = with lib.licenses; [ unfree ]; # Unspecified freeware
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
platforms = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-darwin"
# "x86_64-windows" # Windows ones are optional, really, feel free to exclude them
# "i686-windows"
];
};
}

0 comments on commit 5507b05

Please sign in to comment.