From 8dd66f87d3403d5afdfa7df9450b6bf8ed204b20 Mon Sep 17 00:00:00 2001 From: mostpinkest Date: Fri, 17 Oct 2025 20:58:54 +1100 Subject: [PATCH] pam-watchid: update repo url --- pkgs/by-name/pa/pam-watchid/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pa/pam-watchid/package.nix b/pkgs/by-name/pa/pam-watchid/package.nix index 6cedf0552c63..cd2da4fbd546 100644 --- a/pkgs/by-name/pa/pam-watchid/package.nix +++ b/pkgs/by-name/pa/pam-watchid/package.nix @@ -11,7 +11,7 @@ swiftPackages.stdenv.mkDerivation { version = "2-unstable-2024-12-24"; src = fetchFromGitHub { - owner = "Logicer16"; + owner = "mostpinkest"; repo = "pam-watchid"; rev = "bb9c6ea62207dd9d41a08ca59c7a1f5d6fa07189"; hash = "sha256-6SqSACoG7VkyYfz+xyU/L2J69RxHTTvzGexjGB2gDuY="; @@ -30,7 +30,7 @@ swiftPackages.stdenv.mkDerivation { meta = { description = "PAM plugin module that allows the Apple Watch to be used for authentication"; - homepage = "https://github.com/Logicer16/pam-watchid"; + homepage = "https://github.com/mostpinkest/pam-watchid"; license = lib.licenses.unlicense; maintainers = [ lib.maintainers.samasaur ]; platforms = lib.platforms.darwin;