libhsts: link update script

+2
+2
pkgs/by-name/li/libhsts/package.nix
··· 53 53 python3 54 54 ]; 55 55 56 + passthru.updateScript = ./update.sh; 57 + 56 58 meta = { 57 59 description = "Library to easily check a domain against the Chromium HSTS Preload list"; 58 60 mainProgram = "hsts";