about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGabriel Arazas <foodogsquared@foodogsquared.one>2023-07-05 14:03:40 +0800
committerGabriel Arazas <foodogsquared@foodogsquared.one>2023-07-05 14:03:40 +0800
commitc9aa3ee7d7544df86aa72cdb876b03475f0f4c3e (patch)
tree1effad4fe02bc5732d4f26af8d694f1d67db0c5b
parente48882a9bc9b4e17be2ce52579283d2626aa9930 (diff)
eartag: 0.4.1 -> 0.4.2
-rw-r--r--pkgs/applications/audio/eartag/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/eartag/default.nix b/pkgs/applications/audio/eartag/default.nix
index 1b8489ba4bbc2..841553c85cd72 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