From 81f4285a00ab4da1da8368fbfe54167f669c0c8c Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 27 Jun 2023 11:41:05 +0200 Subject: fixed meta section --- flake.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 052c2c2..7cf2f03 100644 --- a/flake.nix +++ b/flake.nix @@ -17,15 +17,12 @@ packages."x86_64-linux".vokobe = naersk'.buildPackage { src = ./.; - meta = { + meta = with pkgs.lib; { description = "A minimal static site generator tailored to my needs."; homepage = "https://git.emile.space/hanemile/vokobe"; - license = { - spdxId = "MIT"; - fullName = "MIT License"; - }; - platforms = nixpkgs.platforms.all; - maintainers = with nixpkgs.maintainers; [ + license = licenses.mit; + platforms = platforms.all; + maintainers = with maintainers; [ hanemile ]; }; -- cgit 1.4.1