yx: Don't misuse pname

It's considered best practice to not overuse references to pname.
This commit is contained in:
Tom Wieczorek
2024-01-27 22:36:49 +01:00
parent 3b73b4b246
commit cbafb3b8b9
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitLab {
owner = "tomalok";
repo = pname;
repo = "yx";
rev = version;
sha256 = "sha256-oY61V9xP0DwRooabzi0XtaFsQa2GwYbuvxfERXQtYcA=";
};