nix-serve: fix meta eval

Introduced in d20a8ddea8
This commit is contained in:
Joachim Fasting 2016-06-16 15:51:22 +02:00
parent 160aeab22d
commit c05271adf9
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://github.com/edolstra/nix-serve;
description = "A utility for sharing a Nix store as a binary cache";
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.gpl3;
maintainers = [ maintainers.eelco ];
license = licenses.gpl3;
platforms = nix.meta.platforms;
};
}