scion: avoid with lib;

+4 -4
+4 -4
pkgs/by-name/sc/scion/package.nix
··· 43 43 inherit (nixosTests) scion-freestanding-deployment; 44 44 }; 45 45 46 - meta = with lib; { 46 + meta = { 47 47 description = "Future Internet architecture utilizing path-aware networking"; 48 48 homepage = "https://scion-architecture.net/"; 49 - platforms = platforms.unix; 50 - license = licenses.asl20; 51 - maintainers = with maintainers; [ 49 + platforms = lib.platforms.unix; 50 + license = lib.licenses.asl20; 51 + maintainers = with lib.maintainers; [ 52 52 sarcasticadmin 53 53 matthewcroughan 54 54 ];