lol

nix-serve: fix meta eval

Introduced in d20a8ddea8ba2e5062734716611de142402e1bd1

+2 -2
+2 -2
pkgs/tools/package-management/nix-serve/default.nix
··· 38 38 meta = { 39 39 homepage = https://github.com/edolstra/nix-serve; 40 40 description = "A utility for sharing a Nix store as a binary cache"; 41 - maintainers = [ lib.maintainers.eelco ]; 42 - license = lib.licenses.gpl3; 41 + maintainers = [ maintainers.eelco ]; 42 + license = licenses.gpl3; 43 43 platforms = nix.meta.platforms; 44 44 }; 45 45 }