Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manager-io: init 24.12.23.1999 #368056

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5073,6 +5073,12 @@
github = "Daru-san";
githubId = 135046711;
};
darwincereska = {
name = "Darwin Cereska";
email = "[email protected]";
github = "darwincereska";
githubId = 157426553;
};
das-g = {
email = "[email protected]";
github = "das-g";
Expand Down
18 changes: 18 additions & 0 deletions pkgs/by-name/ma/managerio/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
lib,
appimageTools,
fetchurl,
}:
appimageTools.wrapType2 rec {
pname = "manager";
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=";
};
darwincereska marked this conversation as resolved.
Show resolved Hide resolved
meta = {
description = "Accounting software. Available for Windows, Mac and Linux.";
darwincereska marked this conversation as resolved.
Show resolved Hide resolved
homepage = "https://github.com/Manager-io/Manager";
darwincereska marked this conversation as resolved.
Show resolved Hide resolved
maintainers = with lib.maintainers; [ darwincereska ];
darwincereska marked this conversation as resolved.
Show resolved Hide resolved
darwincereska marked this conversation as resolved.
Show resolved Hide resolved
};
}
Loading