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