fixed meta section

main
Emile 2023-06-27 11:41:05 +02:00
parent 8739eecdf2
commit 81f4285a00
1 changed files with 4 additions and 7 deletions

View File

@ -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
];
};