From 48be9f677230d8bf8bf69bb3209b33512d8544fd Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:18:36 +0200 Subject: [PATCH] portablemc: update GitHub owner name --- pkgs/by-name/po/portablemc/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/portablemc/package.nix b/pkgs/by-name/po/portablemc/package.nix index 812b6fa2f9f9..2e795d12a94e 100644 --- a/pkgs/by-name/po/portablemc/package.nix +++ b/pkgs/by-name/po/portablemc/package.nix @@ -51,7 +51,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pyproject = true; src = fetchFromGitHub { - owner = "mindstorm38"; + owner = "theorzr"; repo = "portablemc"; tag = "v${finalAttrs.version}"; hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8="; @@ -84,14 +84,14 @@ python3Packages.buildPythonApplication (finalAttrs: { ''; meta = { - homepage = "https://github.com/mindstorm38/portablemc"; + homepage = "https://github.com/theorzr/portablemc"; description = "Fast, reliable and cross-platform command-line Minecraft launcher and API for developers"; longDescription = '' A fast, reliable and cross-platform command-line Minecraft launcher and API for developers. Including fast and easy installation of common mod loaders such as Fabric, Forge, NeoForge and Quilt. This launcher is compatible with the standard Minecraft directories. ''; - changelog = "https://github.com/mindstorm38/portablemc/releases/tag/${finalAttrs.src.tag}"; + changelog = "https://github.com/theorzr/portablemc/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; mainProgram = "portablemc"; maintainers = with lib.maintainers; [ tomasajt ];