libhsts: link update script

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