about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
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