diff --git a/pkgs/applications/audio/eartag/default.nix b/pkgs/applications/audio/eartag/default.nix index 1b8489ba4bbc..841553c85cd7 100644 --- a/pkgs/applications/audio/eartag/default.nix +++ b/pkgs/applications/audio/eartag/default.nix @@ -18,15 +18,15 @@ python3Packages.buildPythonApplication rec { pname = "eartag"; - version = "0.4.1"; + version = "0.4.2"; format = "other"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; - owner = "knuxify"; + owner = "World"; repo = pname; rev = version; - sha256 = "sha256-awH+SA0xef1dMDqfLOg5htYH5ywWzK2xbWWSaan0aRg="; + hash = "sha256-sLnZPn4pi+sRcDW0f5NHiZaxmnf9xGZnbKYWrCNQsY4="; }; postPatch = '' @@ -69,7 +69,7 @@ python3Packages.buildPythonApplication rec { ''; meta = with lib; { - homepage = "https://gitlab.gnome.org/knuxify/eartag"; + homepage = "https://gitlab.gnome.org/World/eartag"; description = "Simple music tag editor"; # This seems to be using ICU license but we're flagging it to MIT license # since ICU license is a modified version of MIT and to prevent it from