From e96cec9d99854e5db146ca02eb0d059f226a902c Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Tue, 26 Nov 2024 04:04:51 +0500 Subject: [PATCH] fix: changed meta data --- default.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/default.nix b/default.nix index f95a137..43aa380 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,6 @@ -{ pkgs ? import { } }: +{ + pkgs ? import { }, +}: let lib = pkgs.lib; getLibrary = pkg: "${pkg}/lib"; @@ -27,9 +29,9 @@ pkgs.llvmPackages.stdenv.mkDerivation rec { # Some normal fucking detail about the project meta = with lib; { - homepage = "https://github.com/orzklv/sabine"; + homepage = "https://github.com/sabine-lang/libsabine"; description = '' - A toy compiler named after Sabine + Various implementations for a toy compiler named after Sabine ''; licencse = licenses.wtfpl; platforms = with platforms; linux ++ darwin; @@ -42,9 +44,11 @@ pkgs.llvmPackages.stdenv.mkDerivation rec { handle = "orzklv"; github = "orzklv"; githubId = 54666588; - keys = [{ - fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; - }]; + keys = [ + { + fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; + } + ]; } # Sabine, herself here, possibly... # {}