autotier: use pname instead of name (#482612)

This commit is contained in:
Fernando Rodrigues
2026-01-23 04:02:23 +00:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@
installShellFiles,
}:
stdenv.mkDerivation (finalAttrs: {
name = "autotier";
pname = "autotier";
version = "1.2.0";
src = fetchFromGitHub {
owner = "45Drives";