autotier: use pname instead of name

This commit is contained in:
jopejoe1
2026-01-22 09:25:32 +01:00
parent 5ec3546a11
commit e2c9a650fb
+1 -1
View File
@@ -13,7 +13,7 @@
installShellFiles,
}:
stdenv.mkDerivation (finalAttrs: {
name = "autotier";
pname = "autotier";
version = "1.2.0";
src = fetchFromGitHub {
owner = "45Drives";