diff options
| author | seth <[email protected]> | 2023-12-24 04:21:16 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-24 05:18:20 -0500 |
| commit | 0347706b58e8b2909769108528bc9ffeb9f07284 (patch) | |
| tree | 3a874454674e816972f5d04f3fb8ee07646a4cbf | |
| parent | 0fc48fd45f756534648d989f5a2c4f3060464218 (diff) | |
modrinth-app: name unwrapped package correctly
| -rw-r--r-- | pkgs/modrinth-app/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix index b1b66be..fe137c8 100644 --- a/pkgs/modrinth-app/default.nix +++ b/pkgs/modrinth-app/default.nix @@ -27,7 +27,7 @@ webkitgtk, }: rustPlatform.buildRustPackage rec { - pname = "modrinth-app"; + pname = "modrinth-app-unwrapped"; version = "unstable-2023-12-14"; src = fetchFromGitHub { |
