diff options
-rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index c9d589d..052c2c2 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,10 @@ meta = { description = "A minimal static site generator tailored to my needs."; homepage = "https://git.emile.space/hanemile/vokobe"; - license = nixpkgs.licenses.mit; + license = { + spdxId = "MIT"; + fullName = "MIT License"; + }; platforms = nixpkgs.platforms.all; maintainers = with nixpkgs.maintainers; [ hanemile |